mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 05:30:16 +08:00
fix(ci): try a different schedule setting for daily image updates
This commit is contained in:
10
.github/renovate.json5
vendored
10
.github/renovate.json5
vendored
@@ -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"
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user