From 90484fd3e2b6138cbf5b8987307c3f3db325f704 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 18 Mar 2022 11:24:30 +0100 Subject: [PATCH] feat(ci): update containers daily and increasetime window for PR creation --- .github/renovate.json5 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 69ec73d4bb7..d5f818c991f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -45,7 +45,7 @@ "groupName": ["helm dependency major"], "paths": ["charts/dependency/"], "schedule": [ - "after 3am and before 4am on tuesday" + "after 5am and before 7am on tuesday" ], }, { @@ -59,7 +59,7 @@ "labels": ["update/helm/dependency/non-major"], "paths": ["charts/dependency/"], "schedule": [ - "after 3am and before 4am on tuesday" + "after 5am and before 7am on tuesday" ], "groupName": "helm dependency non-major", }, @@ -102,7 +102,7 @@ "labels": ["update/docker/enterprise/major"], "paths": ["charts/enterprise/"], "schedule": [ - "after 1am and before 2am on monday" + "after 1am and before 3am" ], }, { @@ -116,7 +116,7 @@ "groupName": ["docker enterprise minor"], "paths": ["charts/enterprise/"], "schedule": [ - "after 1am and before 2am on monday" + "after 1am and before 3am" ], }, { @@ -132,7 +132,7 @@ "groupName": ["docker enterprise patch"], "paths": ["charts/enterprise/"], "schedule": [ - "after 1am and before 2am on monday" + "after 1am and before 3am" ], }, // @@ -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 2am on monday" + "after 1am and before 3am" ], }, { @@ -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 2am on monday" + "after 1am and before 3am" ], }, ]