Skip to content

Commit 5aeaaed

Browse files
authored
Merge pull request #1091 from jbw976/clear-prHourlyLimit
ci(renovate): disable the per-hour PR creation throttle
2 parents a35ad16 + 887d9c8 commit 5aeaaed

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/renovate-base.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
// The maximum number of PRs to be created in parallel - branchConcurrentLimit
1212
// inherits this value as well
1313
prConcurrentLimit: 10,
14+
// Disable the default 2 per hour PR creation limit. prConcurrentLimit already caps how many PRs
15+
// can be open at once and our renovate job runs on a daily schedule, so having any hourly
16+
// throttling can actually slow us down.
17+
prHourlyLimit: 0,
1418
// The branches renovate should target
1519
// PLEASE UPDATE THIS WHEN RELEASING.
1620
baseBranches: [

0 commit comments

Comments
 (0)