From 23c6f2797f218cbad8198f45fe2d8a5d42ea66b7 Mon Sep 17 00:00:00 2001 From: Satish Ravi Date: Fri, 12 Apr 2024 13:34:16 -0700 Subject: [PATCH] chore(renovate): increase concurrent PR limit (#5234) ### Description Now that we've a merge queue and faster CI, we can try getting more PRs merged ### Test plan Watch PRs after merging ### Related issues N/A ### Backwards compatibility N/A ### Network scalability N/A --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index a82c0ac8d7e..6534f746106 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -2,7 +2,7 @@ extends: ['github>valora-inc/renovate-config:default.json5', ':disableDigestUpdates'], // Limit number of concurrent renovate branches/PRs, to avoid spamming the repo - prConcurrentLimit: 2, + prConcurrentLimit: 4, // timezone for automerge schedule timezone: 'America/Los_Angeles',