From 954b40a41867f6ca63675e1e6aa3cbf029b7a1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 4 Mar 2022 19:16:43 +0200 Subject: [PATCH] chore(renovate): allow 20 concurrent PR's The config:base preset sets it to 10. That's a tad low when one intentionally keeps bumps open (to reduce churn), for example until they break something or a release is imminent. --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 0876282..b602b74 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "extends": [ "config:base", + ":prConcurrentLimit20", ":preserveSemverRanges" ], "ignorePresets": [