Skip to content

Commit 2f2f6f2

Browse files
committed
chore: try let renovate auto merge
1 parent cd8f366 commit 2f2f6f2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

renovate.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"extends": ["config:base"]
2+
"extends": ["config:base"],
3+
"packageRules": [
4+
{
5+
"matchUpdateTypes": ["minor", "patch"],
6+
"matchCurrentVersion": "!/^0/",
7+
"automerge": true
8+
}
9+
]
310
}

0 commit comments

Comments
 (0)