feat(ci): update containers daily and increasetime window for PR creation

This commit is contained in:
kjeld Schouten-Lebbing 2022-03-18 11:24:30 +01:00
parent b4c8b50ee4
commit 90484fd3e2
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 7 additions and 7 deletions

View File

@ -45,7 +45,7 @@
"groupName": ["helm dependency major"], "groupName": ["helm dependency major"],
"paths": ["charts/dependency/"], "paths": ["charts/dependency/"],
"schedule": [ "schedule": [
"after 3am and before 4am on tuesday" "after 5am 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 3am and before 4am on tuesday" "after 5am and before 7am on tuesday"
], ],
"groupName": "helm dependency non-major", "groupName": "helm dependency non-major",
}, },
@ -102,7 +102,7 @@
"labels": ["update/docker/enterprise/major"], "labels": ["update/docker/enterprise/major"],
"paths": ["charts/enterprise/"], "paths": ["charts/enterprise/"],
"schedule": [ "schedule": [
"after 1am and before 2am on monday" "after 1am and before 3am"
], ],
}, },
{ {
@ -116,7 +116,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 3am"
], ],
}, },
{ {
@ -132,7 +132,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 3am"
], ],
}, },
// //
@ -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": [
"after 1am and before 2am on monday" "after 1am and before 3am"
], ],
}, },
{ {
@ -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": [
"after 1am and before 2am on monday" "after 1am and before 3am"
], ],
}, },
] ]