chore(renovate): update subcharts daily

This commit is contained in:
viceice 2024-07-25 12:06:48 +00:00
parent 916843d1be
commit ac959bcac2

View file

@ -41,12 +41,13 @@
"semanticCommitType": "feat" "semanticCommitType": "feat"
}, },
{ {
"description": "Automerge and group helm subchart updates (minor & patch)", "description": "Automerge and group helm subchart updates daily (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"]
}, },
{ {
"description": "Automerge dev deps updates", "description": "Automerge dev deps updates",