From 93ed0f8a2e4cd9a7f8845f2e568f71dac59e0147 Mon Sep 17 00:00:00 2001 From: John Brunton <1276413+jbrunton@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:59:59 +0100 Subject: [PATCH] chore: set autoMerge type to branch --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index cd1cadc7..b9507511 100644 --- a/renovate.json +++ b/renovate.json @@ -12,5 +12,6 @@ ], "branchPrefix": "renovate-", "prConcurrentLimit": 3, - "automerge": true + "automerge": true, + "automergeType": "branch" }