1
This commit is contained in:
parent
e1ebdb3eb6
commit
40bdd6eca6
12 changed files with 366 additions and 306 deletions
|
@ -1,33 +1,4 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"labels": ["renovate", "renovate-manager/{{{manager}}}", "renovate-type/{{{updateType}}}"],
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardLabels": ["renovate"],
|
||||
"dependencyDashboardApproval": true,
|
||||
"dependencyDashboardOSVVulnerabilitySummary": "all",
|
||||
"separateMajorMinor": true,
|
||||
"separateMinorPatch": true,
|
||||
"separateMultipleMinor": true,
|
||||
"separateMultipleMajor": true,
|
||||
"pinDigests": true,
|
||||
"automerge": false,
|
||||
"automergeStrategy": "fast-forward",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["digest"],
|
||||
"dependencyDashboardApproval": false,
|
||||
"automergeType": "branch"
|
||||
},{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"dependencyDashboardApproval": false,
|
||||
"automerge": true
|
||||
},{
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"dependencyDashboardApproval": false
|
||||
},{
|
||||
"matchManagers": ["woodpecker"],
|
||||
"pinDigests": false
|
||||
}
|
||||
]
|
||||
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue