chore(renovate): disable major chart updates for maintenance branches

This commit is contained in:
Michael Kriese 2024-05-30 09:22:20 +02:00
parent f32d08d98e
commit e82332f64c
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -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"],