Skip to content

Commit b3f3f31

Browse files
committed
chore: update renovate config to auto merge minor updates
1 parent 8a0e136 commit b3f3f31

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,4 +1,11 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"]
3+
"extends": ["config:recommended"],
4+
"packageRules": [
5+
{
6+
"matchUpdateTypes": ["minor", "patch"],
7+
"matchCurrentVersion": "!/^0/",
8+
"automerge": true
9+
}
10+
]
411
}

0 commit comments

Comments
 (0)