We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cc203c + 4b7574f commit 1f5d9e8Copy full SHA for 1f5d9e8
renovate.json5
@@ -22,7 +22,9 @@
22
// NOTE: Set the prHourlyLimit to 0 to disable the hourly limit. This is done
23
// because we are using a monthly schedule and the default hourly limit of 2
24
// would cause Renovate to only create 2 PRs every month.
25
+ // Similarly set prConcurrentLimit to 0 to disable the concurrent PR limit.
26
prHourlyLimit: 0,
27
+ prConcurrentLimit: 0,
28
29
// Security alerts/updates.
30
vulnerabilityAlerts: {
0 commit comments