chore(renovate): disable major chart updates for maintenance branches
This commit is contained in:
parent
f32d08d98e
commit
e82332f64c
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@
|
|||
],
|
||||
"baseBranches": ["main", "/^maint\\/.+/"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Disable major chart updates for maintenance branches",
|
||||
"matchBaseBranches": ["/^maint\\/.+/"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"matchFileNames": ["Chart.yaml"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchManagers": ["helmv3"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
|
|
Loading…
Reference in a new issue