Skip to content

Commit d41230e

Browse files
author
🎲
committed
feat: enable lock file maintenance in renovate.json
1 parent 922f52c commit d41230e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

renovate.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
6-
}
3+
"extends": ["config:recommended"],
4+
"lockFileMaintenance": {
5+
"enabled": true,
6+
"automerge": true
7+
}
8+
}

0 commit comments

Comments
 (0)