From 8afe63315e6fc0cdd54c6699290440074966820f Mon Sep 17 00:00:00 2001 From: Omar Jaroudi <30807936+OmarJaroudi@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:31:17 +0000 Subject: [PATCH] feat: set default prConcurrentLimit to 0 the default of 10 is inherited from the config preset extended here --- default.json | 1 + 1 file changed, 1 insertion(+) diff --git a/default.json b/default.json index 53aeb2c..a3afcfc 100644 --- a/default.json +++ b/default.json @@ -9,6 +9,7 @@ ":rebaseStalePrs", ":prHourlyLimitNone" ], + "prConcurrentLimit": 0, "pre-commit": { "enabled": true },