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