mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
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:
parent
dac93c2475
commit
5239d9c823
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
"semanticCommits": "disabled",
|
||||
"automergeStrategy": "merge-commit",
|
||||
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"],
|
||||
"prConcurrentLimit": 5,
|
||||
"prConcurrentLimit": 10,
|
||||
"internalChecksFilter": "strict",
|
||||
"osvVulnerabilityAlerts": true,
|
||||
"labels": ["dependency-upgrade"],
|
||||
|
|
Loading…
Reference in a new issue