From 2b3396a1839127379a355b78c4b73b52b7805828 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Sun, 20 Dec 2020 00:23:22 +0000 Subject: [PATCH] Raise concurrent PR limit --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 14546c8..14d3c3c 100644 --- a/config.js +++ b/config.js @@ -10,7 +10,7 @@ module.exports = { onboarding: true, onboardingConfig: { extends: ['config:base'], - prConcurrentLimit: 5, + prConcurrentLimit: 10, updateLockFiles: true, gitLabAutomerge: true },