chore(renovate): group and automerge helm subcharts

This commit is contained in:
Michael Kriese 2024-06-05 16:05:49 +02:00
parent bd06cc57b6
commit 782a8332a1
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -41,11 +41,12 @@
"semanticCommitType": "feat" "semanticCommitType": "feat"
}, },
{ {
"description": "Automerge patch deps updates", "description": "Automerge and group helm subchart updates (minor & patch)",
"matchManagers": ["helmv3"], "matchManagers": ["helmv3"],
"matchFileNames": ["Chart.yaml"], "matchFileNames": ["Chart.yaml"],
"matchUpdateTypes": ["patch"], "matchUpdateTypes": ["minor", "patch"],
"automerge": true "automerge": true,
"groupName": "subcharts"
}, },
{ {
"description": "Automerge dev deps updates", "description": "Automerge dev deps updates",