Skip to content

Commit 3a1fd65

Browse files
committed
ci: Add nvm field
1 parent e10cb9c commit 3a1fd65

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/renovate.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2-
"enabledManagers": ["nvm"],
3-
"supportPolicy": ["lts"]
2+
"nvm": {
3+
"enabledManagers": ["nvm"],
4+
"packageRules": [
5+
{
6+
"updateTypes": ["minor", "patch"],
7+
"automerge": false
8+
}
9+
]
10+
}
411
}

0 commit comments

Comments
 (0)