try changing renovate again

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-04 11:55:21 +02:00
parent 1961cac84f
commit e4a9db2c74
+6 -3
View File
@@ -19,7 +19,6 @@
"datasources": ["helm"], "datasources": ["helm"],
"matchManagers": ["helmv3"], "matchManagers": ["helmv3"],
"commitMessageTopic": "Helm chart {{depName}}", "commitMessageTopic": "Helm chart {{depName}}",
"separateMinorPatch": true
}, },
// global docker datasource settings // global docker datasource settings
{ {
@@ -47,10 +46,14 @@
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
"automerge": true, "automerge": true,
"updateTypes": ["patch","minor"], "matchUpdateTypes": [
"minor",
"patch"
],
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["dependency/patch-minor"], "labels": ["dependency/patch-minor"],
"groupName": ["patch/minor dep"], "groupName": "non-major helm deps",
"groupSlug": "all-minor-patch"
"schedule": [ "schedule": [
"on tuesday" "on tuesday"
] ]