From 5239d9c823e0cab72ed2a6429738bb8654278ed5 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sun, 23 Jun 2024 09:35:36 +0200 Subject: [PATCH] chore(dependency): raise the renovate PRs from 5 to 10 Now that the backlog has been resoloved, it is not uncommon for a few upgrade to wait for a few days before a ruling is made on wether they should be upgraded or not. That may leave one or two slots for other upgrades although there may be more that could be decided immediately. Raising the concurrency to 10 leaves room for such bursts and avoid creating a backlog that is not justified by delays related to the availability of contributors. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9a97b61933..852603aeda 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,7 @@ "semanticCommits": "disabled", "automergeStrategy": "merge-commit", "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"], - "prConcurrentLimit": 5, + "prConcurrentLimit": 10, "internalChecksFilter": "strict", "osvVulnerabilityAlerts": true, "labels": ["dependency-upgrade"],