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.
1 parent 06a4aea commit 9611584Copy full SHA for 9611584
.github/renovate.json
@@ -7,9 +7,8 @@
7
"executionMode": "branch"
8
},
9
"schedule": ["* * * * *"],
10
- "prConcurrentLimit": 3,
11
- "prHourlyLimit": 3,
+ "prConcurrentLimit": 300,
+ "prHourlyLimit": 20,
12
"branchPrefix": "renovate-9x/",
13
- "commitMessageSuffix": " (branch_9x)",
14
- "dryRun": "extract"
+ "commitMessageSuffix": " (branch_9x)"
15
}
0 commit comments