Skip to content

Commit 00ab88c

Browse files
committed
chore: Enable automerge for renovate
1 parent 95b6563 commit 00ab88c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
"extends": [
44
"config:recommended"
55
],
6-
"prConcurrentLimit": 10,
6+
"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",
714
"ignoreTests": false,
815
"dependencyDashboard": true,
916
"npm": {

0 commit comments

Comments
 (0)