Skip to content

Commit dc9025f

Browse files
committed
chore(deps): update Renovate config
1 parent 1bbcc4b commit dc9025f

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

renovate.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
3+
"extends": ["config:recommended"],
4+
"lockFileMaintenance": {
5+
"enabled": true,
6+
"automerge": true
7+
},
8+
"packageRules": [
9+
{
10+
"matchUpdateTypes": ["minor", "patch"],
11+
"matchCurrentVersion": "!/^0/",
12+
"automerge": true
13+
}
514
]
6-
}
15+
}

0 commit comments

Comments
 (0)