From be278f9df642c04ac8ba39a45ebd735c6fc9fd9d Mon Sep 17 00:00:00 2001 From: Thomas Deinhamer Date: Sat, 26 Oct 2024 13:48:10 +0200 Subject: [PATCH] Configure concurrent pull request limit --- default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.json b/default.json index 60b9d3c..d881ff6 100644 --- a/default.json +++ b/default.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], - "assigneesFromCodeOwners": true + "assigneesFromCodeOwners": true, + "prConcurrentLimit": 0 }