fix(ci): correct renovate docker tags on dependency being updated too often

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-12 12:36:04 +01:00
parent 4c6164fdff
commit 0e64049e01
+5 -5
View File
@@ -109,7 +109,7 @@
"groupName": ["docker enterprise major"], "groupName": ["docker enterprise major"],
"paths": ["charts/enterprise/"], "paths": ["charts/enterprise/"],
"schedule": [ "schedule": [
"after 1am and before 2am on monday" "after 1am and before 2am on monday"
], ],
}, },
{ {
@@ -123,7 +123,7 @@
"groupName": ["docker enterprise minor"], "groupName": ["docker enterprise minor"],
"paths": ["charts/enterprise/"], "paths": ["charts/enterprise/"],
"schedule": [ "schedule": [
"after 1am and before 2am on monday" "after 1am and before 2am on monday"
], ],
}, },
{ {
@@ -139,7 +139,7 @@
"groupName": ["docker enterprise patch"], "groupName": ["docker enterprise patch"],
"paths": ["charts/enterprise/"], "paths": ["charts/enterprise/"],
"schedule": [ "schedule": [
"after 1am and before 2am on monday" "after 1am and before 2am on monday"
], ],
}, },
// //
@@ -151,7 +151,7 @@
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["update/docker/general/major"], "labels": ["update/docker/general/major"],
"groupName": ["docker general major"], "groupName": ["docker general major"],
"paths": ["charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"], "paths": ["charts/dependency/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
"schedule": [ "schedule": [
"after 1am and before 2am on monday" "after 1am and before 2am on monday"
], ],
@@ -168,7 +168,7 @@
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["update/docker/general/non-major"], "labels": ["update/docker/general/non-major"],
"groupName": ["docker general non-major"], "groupName": ["docker general non-major"],
"paths": ["charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"], "paths": ["charts/dependency/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
"schedule": [ "schedule": [
"after 1am and before 2am on monday" "after 1am and before 2am on monday"
], ],