Skip to content

Commit 919ea97

Browse files
committed
chore(deps): enable renovate automerge
1 parent 2e831ca commit 919ea97

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

renovate.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"]
3+
"extends": ["config:recommended"],
4+
"lockFileMaintenance": {
5+
"enabled": true,
6+
"automerge": true
7+
},
8+
"packageRules": [
9+
{
10+
"description": "auto merge minor and patch updates",
11+
"matchUpdateTypes": ["minor", "patch"],
12+
"matchCurrentVersion": "!/^0/",
13+
"automerge": true
14+
}
15+
]
416
}

0 commit comments

Comments
 (0)