Update renovate.json5

This commit is contained in:
Kjeld Schouten-Lebbing
2022-04-26 08:38:28 +02:00
committed by GitHub
parent 94f0326346
commit eb1ba9b53a
+9 -9
View File
@@ -45,7 +45,7 @@
"groupName": ["helm dependency major"], "groupName": ["helm dependency major"],
"paths": ["charts/dependency/"], "paths": ["charts/dependency/"],
"schedule": [ "schedule": [
"after 5am and before 7am on tuesday" "after 4am and before 7am on tuesday"
], ],
}, },
{ {
@@ -59,7 +59,7 @@
"labels": ["update/helm/dependency/non-major"], "labels": ["update/helm/dependency/non-major"],
"paths": ["charts/dependency/"], "paths": ["charts/dependency/"],
"schedule": [ "schedule": [
"after 5am and before 7am on tuesday" "after 4am and before 7am on tuesday"
], ],
"groupName": "helm dependency non-major", "groupName": "helm dependency non-major",
}, },
@@ -74,7 +74,7 @@
"groupName": ["helm general major"], "groupName": ["helm general major"],
"paths": ["charts/incubator/", "charts/games/", "charts/dev/", "charts/enterprise/", "charts/stable/", "charts/core/", "templates/app/"], "paths": ["charts/incubator/", "charts/games/", "charts/dev/", "charts/enterprise/", "charts/stable/", "charts/core/", "templates/app/"],
"schedule": [ "schedule": [
"after 3pm and before 4pm on tuesday" "after 2pm and before 6pm on tuesday"
], ],
}, },
{ {
@@ -89,7 +89,7 @@
"groupName": "helm general non-major", "groupName": "helm general non-major",
"paths": ["charts/incubator/", "charts/games/", "charts/dev/", "charts/enterprise/", "charts/stable/", "charts/core/", "templates/app/"], "paths": ["charts/incubator/", "charts/games/", "charts/dev/", "charts/enterprise/", "charts/stable/", "charts/core/", "templates/app/"],
"schedule": [ "schedule": [
"after 3pm and before 4pm on tuesday" "after 2pm and before 6pm on tuesday"
], ],
}, },
// //
@@ -102,7 +102,7 @@
"labels": ["update/docker/enterprise/major"], "labels": ["update/docker/enterprise/major"],
"paths": ["charts/enterprise/"], "paths": ["charts/enterprise/"],
"schedule": [ "schedule": [
"before 2am" "before 4am"
], ],
}, },
{ {
@@ -116,7 +116,7 @@
"groupName": ["docker enterprise minor"], "groupName": ["docker enterprise minor"],
"paths": ["charts/enterprise/"], "paths": ["charts/enterprise/"],
"schedule": [ "schedule": [
"before 2am" "before 4am"
], ],
}, },
{ {
@@ -132,7 +132,7 @@
"groupName": ["docker enterprise patch"], "groupName": ["docker enterprise patch"],
"paths": ["charts/enterprise/"], "paths": ["charts/enterprise/"],
"schedule": [ "schedule": [
"before 2am" "before 4am"
], ],
}, },
// //
@@ -145,7 +145,7 @@
"labels": ["update/docker/general/major"], "labels": ["update/docker/general/major"],
"paths": ["charts/dependency/", "charts/games/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"], "paths": ["charts/dependency/", "charts/games/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
"schedule": [ "schedule": [
"before 2am" "before 4am"
], ],
}, },
{ {
@@ -162,7 +162,7 @@
"groupName": ["docker general non-major"], "groupName": ["docker general non-major"],
"paths": ["charts/dependency/", "charts/games/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"], "paths": ["charts/dependency/", "charts/games/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
"schedule": [ "schedule": [
"before 2am" "before 4am"
], ],
}, },
] ]