From 7c5c72cef0184b2eb1374e33b1b115435579b2fe Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 29 Sep 2022 12:43:33 +0200 Subject: [PATCH] Limit number of concurrent open renovatebot MRs --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index f5a74647..6c7f985b 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,7 @@ "extends": [ "local>stackspin/renovate-config" ], + "prConcurrentLimit": 2, "regexManagers": [ { "fileMatch": [ -- GitLab