From b750b8770b4c666a8cea9668a8cd0357dd8083f7 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 4 Sep 2021 11:39:28 +0200 Subject: [PATCH] combine renovate patch and minor groupings for helm dependencies --- .github/renovate.json5 | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 51d682fc280..acb66f314d3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -47,25 +47,14 @@ { "matchDatasources": ["helm"], "automerge": true, - "updateTypes": ["minor"], - "bumpVersion": "minor", - "labels": ["dependency/minor"], - "groupName": ["minor dep"], - "schedule": [ - "on tuesday" - ] - }, - { - "matchDatasources": ["helm"], - "automerge": true, - "updateTypes": ["patch"], + "updateTypes": ["patch","minor"], "bumpVersion": "patch", - "labels": ["dependency/patch"], - "groupName": ["patch dep"], + "labels": ["dependency/patch-minor"], + "groupName": ["patch/minor dep"], "schedule": [ "on tuesday" ] - }, + } // // Tag updates for semantic tags //