chore(renovate): update subcharts weekly
This commit is contained in:
parent
2d1246d9a3
commit
5cfed911ae
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue