From da515546a841e65950456bc6b323f299dab31000 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 18 Mar 2022 11:42:44 +0100 Subject: [PATCH] fix(ci): try a different schedule setting for daily image updates --- .github/renovate.json5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" ], }, ]