There was an error while loading. Please reload this page.
2 parents a35ad16 + 887d9c8 commit 5aeaaedCopy full SHA for 5aeaaed
1 file changed
.github/renovate-base.json5
@@ -11,6 +11,10 @@
11
// The maximum number of PRs to be created in parallel - branchConcurrentLimit
12
// inherits this value as well
13
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,
18
// The branches renovate should target
19
// PLEASE UPDATE THIS WHEN RELEASING.
20
baseBranches: [
0 commit comments