From 69e81eb7e5b4837c32ba0a9d079a5ec89cb00f0d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 4 Feb 2022 09:36:22 +0100 Subject: [PATCH] Update renovate.json5 --- .github/renovate.json5 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1e1552bfd29..f3a633dff2d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -97,9 +97,8 @@ { "matchDatasources": ["docker"], "updateTypes": ["major"], - "bumpVersion": "patch", + "bumpVersion": "minor", "labels": ["update/docker/enterprise/major"], - "groupName": ["docker enterprise major"], "paths": ["charts/enterprise/"], "schedule": [ "after 1am and before 2am on monday" @@ -141,9 +140,8 @@ { "matchDatasources": ["docker"], "updateTypes": ["major"], - "bumpVersion": "patch", + "bumpVersion": "minor", "labels": ["update/docker/general/major"], - "groupName": ["docker general major"], "paths": ["charts/dependency/", "charts/incubator/", "charts/dev/", "charts/library/", "charts/stable/", "charts/core/", "templates/app/"], "schedule": [ "after 1am and before 2am on monday"