From 08ce234f08f4fef8c3224cbb897b272afd1c5771 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 30 Aug 2026 16:04:28 +0300 Subject: [PATCH] Reserve Renovate slots for automerge branches --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 18f93f0da..d0a310c23 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,8 @@ "labels": [ "dependencies" ], - "branchConcurrentLimit": 3, + "branchConcurrentLimit": 5, + "prConcurrentLimit": 3, "hostRules": [ { "matchHost": "https://mau.dev",