From 2879e939337d8cf78c603996cb0c2436c8256068 Mon Sep 17 00:00:00 2001 From: Simon Croome Date: Sun, 7 Aug 2022 12:13:56 +0100 Subject: [PATCH] automerge minor and patch --- .github/renovate.json5 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2df44b7..af2899a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -96,12 +96,14 @@ { "matchDatasources": ["docker"], "matchUpdateTypes": ["minor"], - "labels": ["renovate/image", "dep/minor"] + "labels": ["renovate/image", "dep/minor"], + "automerge": true }, { "matchDatasources": ["docker"], "matchUpdateTypes": ["patch"], - "labels": ["renovate/image", "dep/patch"] + "labels": ["renovate/image", "dep/patch"], + "automerge": true }, { "matchDatasources": ["helm"], @@ -111,12 +113,14 @@ { "matchDatasources": ["helm"], "matchUpdateTypes": ["minor"], - "labels": ["renovate/helm", "dep/minor"] + "labels": ["renovate/helm", "dep/minor"], + "automerge": true }, { "matchDatasources": ["helm"], "matchUpdateTypes": ["patch"], - "labels": ["renovate/helm", "dep/patch"] + "labels": ["renovate/helm", "dep/patch"], + "automerge": true } ] }