Skip to content

Commit 17ec613

Browse files
authored
chore: update Renovate config
1 parent dc168bf commit 17ec613

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
]
3+
"extends": ["config:base"],
4+
"lockFileMaintenance": {
5+
"enabled": true,
6+
"automerge": true
7+
},
8+
"rangeStrategy": "replace",
9+
"postUpdateOptions": ["yarnDedupeHighest"]
610
}

0 commit comments

Comments
 (0)