From 3e0297d5d0fe482c9ca0ebcd86481572cd8a3c00 Mon Sep 17 00:00:00 2001 From: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:42:15 +0100 Subject: [PATCH] :woman_technologist: dx(renovate): Increase PR concurrency limit to 25. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index bbd5e2e63..c9db21852 100644 --- a/renovate.json +++ b/renovate.json @@ -23,5 +23,6 @@ ], "enabled": false } - ] + ], + "prConcurrentLimit": 25 }