combine renovate patch and minor groupings for helm dependencies
This commit is contained in:
+4
-15
@@ -47,25 +47,14 @@
|
|||||||
{
|
{
|
||||||
"matchDatasources": ["helm"],
|
"matchDatasources": ["helm"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"updateTypes": ["minor"],
|
"updateTypes": ["patch","minor"],
|
||||||
"bumpVersion": "minor",
|
|
||||||
"labels": ["dependency/minor"],
|
|
||||||
"groupName": ["minor dep"],
|
|
||||||
"schedule": [
|
|
||||||
"on tuesday"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchDatasources": ["helm"],
|
|
||||||
"automerge": true,
|
|
||||||
"updateTypes": ["patch"],
|
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch-minor"],
|
||||||
"groupName": ["patch dep"],
|
"groupName": ["patch/minor dep"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"on tuesday"
|
"on tuesday"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
//
|
//
|
||||||
// Tag updates for semantic tags
|
// Tag updates for semantic tags
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user