Skip to content

Commit

Permalink
renovate.json: also update .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Aug 29, 2022
1 parent 1ff477c commit 4ece3fe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,19 @@
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+).*?$",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"fileMatch": [
".nvmrc"
],
"matchStrings": [
"(?<currentValue>[^']+).*"
],
"depNameTemplate": "node",
"lookupNameTemplate": "nodejs/node",
"datasourceTemplate": "github-tags",
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+).*?$",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"fileMatch": [
"^.github/workflows/.+\\.ya?ml$"
Expand Down

0 comments on commit 4ece3fe

Please sign in to comment.