Skip to content

Commit

Permalink
feat: check for nw.js version via renovate
Browse files Browse the repository at this point in the history
issue #2823
  • Loading branch information
luelista committed Jun 22, 2022
1 parent 701d331 commit 5fadf93
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Expand Up @@ -38,5 +38,14 @@
}
],
"timezone": "Europe/Berlin",
"schedule": ["on the 2nd and 4th day instance on sunday after 9pm"]
"schedule": ["on the 2nd and 4th day instance on sunday after 9pm"],
"regexManagers": [
{
"fileMatch": ["^visualization/package.json$"],
"matchStrings": ["\"nwVersion\": \"(?<currentValue>.*?)\""],
"depNameTemplate": "nwjs/nw.js",
"datasourceTemplate": "github-tags",
"extractVersionTemplate": "^nw-v(?<version>.*)$"
}
]
}

0 comments on commit 5fadf93

Please sign in to comment.