combine renovate patch and minor groupings for helm dependencies

This commit is contained in:
kjeld Schouten-Lebbing 2021-09-04 11:39:28 +02:00
parent cefe4aced8
commit b750b8770b
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 4 additions and 15 deletions

View File

@ -47,25 +47,14 @@
{
"matchDatasources": ["helm"],
"automerge": true,
"updateTypes": ["minor"],
"bumpVersion": "minor",
"labels": ["dependency/minor"],
"groupName": ["minor dep"],
"schedule": [
"on tuesday"
]
},
{
"matchDatasources": ["helm"],
"automerge": true,
"updateTypes": ["patch"],
"updateTypes": ["patch","minor"],
"bumpVersion": "patch",
"labels": ["dependency/patch"],
"groupName": ["patch dep"],
"labels": ["dependency/patch-minor"],
"groupName": ["patch/minor dep"],
"schedule": [
"on tuesday"
]
},
}
//
// Tag updates for semantic tags
//