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"
},
{
"description": "Automerge and group helm subchart updates daily (minor & patch)",
"description": "Automerge and group helm subchart updates weekly (minor & patch)",
"matchManagers": ["helmv3"],
"matchFileNames": ["Chart.yaml"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"groupName": "subcharts",
"extends": ["schedule:daily"]
"extends": ["schedule:weekly"]
},
{
"description": "Automerge dev deps updates",