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 95b6563 commit 00ab88cCopy full SHA for 00ab88c
.github/renovate.json
@@ -3,7 +3,14 @@
3
"extends": [
4
"config:recommended"
5
],
6
- "prConcurrentLimit": 10,
+ "rebaseWhen": "behind-base-branch",
7
+ "prConcurrentLimit": 5,
8
+ "branchConcurrentLimit": 10,
9
+ "prHourlyLimit": 0,
10
+ "platformAutomerge": true,
11
+ "autoApprove": true,
12
+ "automergeStrategy": "rebase",
13
+ "automergeType": "pr",
14
"ignoreTests": false,
15
"dependencyDashboard": true,
16
"npm": {
0 commit comments