1
This commit is contained in:
parent
3514583f7e
commit
08089a16e7
3 changed files with 12 additions and 44 deletions
|
@ -1,41 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"labels": ["renovate", "renovate-manager/{{{manager}}}", "renovate-type/{{{updateType}}}"],
|
||||
"assignees": ["renovate"],
|
||||
"reviewers": ["stephan.schnabel"],
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardLabels": ["renovate"],
|
||||
"dependencyDashboardApproval": false,
|
||||
"dependencyDashboardAutoclose": false,
|
||||
"dependencyDashboardOSVVulnerabilitySummary": "all",
|
||||
"osvVulnerabilityAlerts": true,
|
||||
"separateMajorMinor": true,
|
||||
"separateMinorPatch": true,
|
||||
"separateMultipleMinor": true,
|
||||
"separateMultipleMajor": true,
|
||||
"pinDigests": true,
|
||||
"automerge": true,
|
||||
"automergeStrategy": "fast-forward",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"platformAutomerge": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["digest"],
|
||||
"dependencyDashboardApproval": false,
|
||||
"automergeType": "branch"
|
||||
},{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"dependencyDashboardApproval": false
|
||||
},{
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"dependencyDashboardApproval": false,
|
||||
"automerge": false
|
||||
},{
|
||||
"description": "Do not pin woodpecker images.",
|
||||
"matchManagers": ["woodpecker"],
|
||||
"pinDigests": false
|
||||
}
|
||||
],
|
||||
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
|
@ -58,4 +23,4 @@
|
|||
"packageNameTemplate": "jqlang/jq"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue