From 0e64049e01335d643b7fb4417dda9dcd1e83fbeb Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 12 Dec 2021 12:36:04 +0100 Subject: [PATCH] fix(ci): correct renovate docker tags on dependency being updated too often --- .github/renovate.json5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9743cf493c0..32d97fed3d6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -109,7 +109,7 @@ "groupName": ["docker enterprise major"], "paths": ["charts/enterprise/"], "schedule": [ - "after 1am and before 2am on monday" + "after 1am and before 2am on monday" ], }, { @@ -123,7 +123,7 @@ "groupName": ["docker enterprise minor"], "paths": ["charts/enterprise/"], "schedule": [ - "after 1am and before 2am on monday" + "after 1am and before 2am on monday" ], }, { @@ -139,7 +139,7 @@ "groupName": ["docker enterprise patch"], "paths": ["charts/enterprise/"], "schedule": [ - "after 1am and before 2am on monday" + "after 1am and before 2am on monday" ], }, // @@ -151,7 +151,7 @@ "bumpVersion": "patch", "labels": ["update/docker/general/major"], "groupName": ["docker general major"], - "paths": ["charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"], + "paths": ["charts/dependency/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"], "schedule": [ "after 1am and before 2am on monday" ], @@ -168,7 +168,7 @@ "bumpVersion": "patch", "labels": ["update/docker/general/non-major"], "groupName": ["docker general non-major"], - "paths": ["charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"], + "paths": ["charts/dependency/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"], "schedule": [ "after 1am and before 2am on monday" ],