Skip to content

Commit a6e0b3f

Browse files
committed
fix(ci): tell renovate to auto merge pull requests
1 parent 8651274 commit a6e0b3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"packageRules": [
1010
{
1111
"matchUpdateTypes": ["minor", "patch"],
12-
"automerge": true
12+
"automerge": true,
13+
"automergeType": "branch",
14+
"automergeStrategy": "merge"
1315
}
1416
]
1517
}

0 commit comments

Comments
 (0)