Skip to content

Commit 4b7574f

Browse files
committed
chore: set prConcurrentLimit to zero
Signed-off-by: Ian Lewis <ian@ianlewis.org>
1 parent 7cc203c commit 4b7574f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
// NOTE: Set the prHourlyLimit to 0 to disable the hourly limit. This is done
2323
// because we are using a monthly schedule and the default hourly limit of 2
2424
// would cause Renovate to only create 2 PRs every month.
25+
// Similarly set prConcurrentLimit to 0 to disable the concurrent PR limit.
2526
prHourlyLimit: 0,
27+
prConcurrentLimit: 0,
2628

2729
// Security alerts/updates.
2830
vulnerabilityAlerts: {

0 commit comments

Comments
 (0)