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.
This commit is contained in:
Earl Warren 2024-06-23 09:35:36 +02:00
parent dac93c2475
commit 5239d9c823
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -17,7 +17,7 @@
"semanticCommits": "disabled",
"automergeStrategy": "merge-commit",
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"],
"prConcurrentLimit": 5,
"prConcurrentLimit": 10,
"internalChecksFilter": "strict",
"osvVulnerabilityAlerts": true,
"labels": ["dependency-upgrade"],