From a83bdbea952974ca004673736c821a0d756501cb Mon Sep 17 00:00:00 2001 From: Scott Vandehey Date: Thu, 21 Oct 2021 09:41:00 -0700 Subject: [PATCH] Updating PR limit to 10 We've got quite a backlog of renovate PRs (see #943), so I'm upping the weekly PR limit to 10 to help clear them out. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 886ee4c19..7b14b40b8 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,7 @@ "stabilityDays": 0 } ], - "prConcurrentLimit": 5, + "prConcurrentLimit": 10, "schedule": ["before 9am on monday"], "stabilityDays": 3, "prCreation": "not-pending",