From 07ea8557293170b51ed7f621f3052af434cd22d8 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 24 May 2021 00:22:43 +0200 Subject: [PATCH] add first version of auto-merge behavior to CI --- .github/renovate.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1558e97df42..b4e028420c8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -135,5 +135,15 @@ "ghcr.io/truecharts/qbittorrent", ], }, + // enable auto-merge + { + "matchDatasources": ["docker"], + "automerge": true, + "automergeType": "branch", + "matchUpdateTypes": ["minor", "patch"], + "matchPackageNames": [ + "ghcr.io/truecharts/plex", + "ghcr.io/truecharts/jackett", + ], ] }