fix(ci): try a different schedule setting for daily image updates

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

View File

@ -102,7 +102,7 @@
"labels": ["update/docker/enterprise/major"],
"paths": ["charts/enterprise/"],
"schedule": [
"after 1am and before 3am"
"before 2am"
],
},
{
@ -116,7 +116,7 @@
"groupName": ["docker enterprise minor"],
"paths": ["charts/enterprise/"],
"schedule": [
"after 1am and before 3am"
"before 2am"
],
},
{
@ -132,7 +132,7 @@
"groupName": ["docker enterprise patch"],
"paths": ["charts/enterprise/"],
"schedule": [
"after 1am and before 3am"
"before 2am"
],
},
//
@ -145,7 +145,7 @@
"labels": ["update/docker/general/major"],
"paths": ["charts/dependency/", "charts/games/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
"schedule": [
"after 1am and before 3am"
"before 2am"
],
},
{
@ -162,7 +162,7 @@
"groupName": ["docker general non-major"],
"paths": ["charts/dependency/", "charts/games/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"],
"schedule": [
"after 1am and before 3am"
"before 2am"
],
},
]