From 80f4345a5a153dba64e39a4590a447b612dc5be2 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 24 May 2021 01:09:04 +0200 Subject: [PATCH] use PR's even for automerging --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f8e99040a1f..3857f0ec7fd 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,6 +6,7 @@ "reviewersFromCodeOwners": true, "suppressNotifications": ["prIgnoreNotification"], "rebaseWhen": "conflicted", + "prCreation": "not-pending", "prConcurrentLimit": 5, "helm-values": { "fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"] @@ -137,7 +138,6 @@ { "matchDatasources": ["docker"], "automerge": true, - "automergeType": "branch", "matchUpdateTypes": ["minor", "patch"], "matchPackageNames": [ "ghcr.io/truecharts/plex",