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