Skip to content

Commit c3e6591

Browse files
Increase PR concurrent limit to 20 (#5948)
Increases the Renovate `prConcurrentLimit` from the default 10 to 20 this allows more concurrent dependency update PRs helping to address updates more quickly as discussed in the sig Signed-off-by: Ayush More <[email protected]>
1 parent 572516a commit c3e6591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"group:test",
88
":preserveSemverRanges"
99
],
10+
"prConcurrentLimit": 20,
1011
"ignorePresets": [":pinDevDependencies", ":pinDigest", "docker:pinDigests"],
1112
"labels": ["dependencies"],
1213
"postUpdateOptions": ["yarnDedupeHighest"],

0 commit comments

Comments
 (0)