Skip to content

Commit

Permalink
ci: Add nvm field
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 26, 2021
1 parent e10cb9c commit 3a1fd65
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"enabledManagers": ["nvm"],
"supportPolicy": ["lts"]
"nvm": {
"enabledManagers": ["nvm"],
"packageRules": [
{
"updateTypes": ["minor", "patch"],
"automerge": false
}
]
}
}

0 comments on commit 3a1fd65

Please sign in to comment.