chore(renovate): update subcharts weekly

This commit is contained in:
Michael Kriese 2024-09-12 08:25:46 +02:00
parent 2d1246d9a3
commit 5cfed911ae
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

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