mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 07:28:05 -05:00
29 lines
533 B
Plaintext
29 lines
533 B
Plaintext
{
|
|
extends: [
|
|
'config:recommended',
|
|
':semanticCommitTypeAll(chore)',
|
|
':ignoreUnstable',
|
|
':separateMajorReleases',
|
|
':prConcurrentLimitNone',
|
|
':prHourlyLimitNone',
|
|
':preserveSemverRanges',
|
|
],
|
|
minimumReleaseAge: '3',
|
|
rebaseWhen: 'conflicted',
|
|
dependencyDashboardLabels: [
|
|
'type: process',
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
],
|
|
packageRules: [
|
|
{
|
|
groupName: 'GitHub Actions',
|
|
matchManagers: [
|
|
'github-actions',
|
|
],
|
|
pinDigests: true,
|
|
},
|
|
],
|
|
}
|