From acd9583bc49428bd9b5e06e34ab65db2bda4ffab Mon Sep 17 00:00:00 2001 From: Morre Date: Sun, 14 May 2023 21:10:35 +0200 Subject: [PATCH] Revert "feat: limit concurrency of PRs to 3" This reverts commit d7c2d5d59ab8e10eee6d8dc37d3fc054bc423f66. --- default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.json b/default.json index 091e657..a4c043c 100644 --- a/default.json +++ b/default.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "prHourlyLimit": 0, - "prConcurrentLimit": 3, + "prConcurrentLimit": 0, "extends": [ "group:monorepos", "group:recommended",