diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d5f818c991f..f13ca708a5b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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" ], }, ]