From 9d90c29d92d56a4908cb4cfd89e3e0cde94dfefa Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 7 Sep 2021 09:14:59 +0200 Subject: [PATCH] also merge docker minor and patch with Renovate --- .github/renovate.json5 | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cb864fa1b79..f9d29307620 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -51,7 +51,7 @@ "patch" ], "bumpVersion": "patch", - "labels": ["dependency/patch-minor"], + "labels": ["dependency/non-major"], "groupName": "non-major deps", "schedule": [ "on tuesday" @@ -73,20 +73,14 @@ }, { "matchDatasources": ["docker"], - "updateTypes": ["minor"], - "bumpVersion": "minor", - "labels": ["tag/minor"], - "groupName": ["minor"], - "schedule": [ - "on tuesday" - ] - }, - { - "matchDatasources": ["docker"], - "updateTypes": ["patch"], + "automerge": true, + "matchUpdateTypes": [ + "minor", + "patch" + ], "bumpVersion": "patch", - "labels": ["tag/patch"], - "groupName": ["patch"], + "labels": ["tag/non-major"], + "groupName": ["non-major"], "schedule": [ "on tuesday" ]