chore(renovate): group and automerge helm subcharts
This commit is contained in:
parent
bd06cc57b6
commit
782a8332a1
1 changed files with 4 additions and 3 deletions
|
@ -41,11 +41,12 @@
|
|||
"semanticCommitType": "feat"
|
||||
},
|
||||
{
|
||||
"description": "Automerge patch deps updates",
|
||||
"description": "Automerge and group helm subchart updates (minor & patch)",
|
||||
"matchManagers": ["helmv3"],
|
||||
"matchFileNames": ["Chart.yaml"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"automerge": true
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true,
|
||||
"groupName": "subcharts"
|
||||
},
|
||||
{
|
||||
"description": "Automerge dev deps updates",
|
||||
|
|
Loading…
Reference in a new issue