Skip to content

Commit 1f5d9e8

Browse files
authored
Merge pull request #369 from ianlewis/367-feature-renovate-set-prconcurrentlimit-to-0
chore: set prConcurrentLimit to zero
2 parents 7cc203c + 4b7574f commit 1f5d9e8

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)