Skip to content

Commit

Permalink
renovate.json: also update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Aug 29, 2022
1 parent 4ece3fe commit bc3ee0a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions renovate.json
Expand Up @@ -5,8 +5,7 @@
],
"force": {
"constraints": {
"node": "18.7.0",
"npm": ">= 8.15.0"
"node": "18.7.0"
}
},
"automergeType": "branch",
Expand Down Expand Up @@ -166,7 +165,20 @@
".nvmrc"
],
"matchStrings": [
"(?<currentValue>[^']+).*"
"(?<currentValue>[^'\n]+).*"
],
"depNameTemplate": "node",
"lookupNameTemplate": "nodejs/node",
"datasourceTemplate": "github-tags",
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+).*?$",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"fileMatch": [
"^renovate.json$"
],
"matchStrings": [
"\"node\": \"(?<currentValue>[^\"]+).*\".*"
],
"depNameTemplate": "node",
"lookupNameTemplate": "nodejs/node",
Expand Down

0 comments on commit bc3ee0a

Please sign in to comment.