fix(ci): try a different schedule setting for daily image updates
This commit is contained in:
parent
90484fd3e2
commit
da515546a8
|
@ -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 3am"
|
"before 2am"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
"groupName": ["docker enterprise minor"],
|
"groupName": ["docker enterprise minor"],
|
||||||
"paths": ["charts/enterprise/"],
|
"paths": ["charts/enterprise/"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"after 1am and before 3am"
|
"before 2am"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -132,7 +132,7 @@
|
||||||
"groupName": ["docker enterprise patch"],
|
"groupName": ["docker enterprise patch"],
|
||||||
"paths": ["charts/enterprise/"],
|
"paths": ["charts/enterprise/"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"after 1am and before 3am"
|
"before 2am"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
|
@ -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 3am"
|
"before 2am"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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 3am"
|
"before 2am"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue