diff --git a/renovate.json b/renovate.json index 87756f284c..9dc9233a5f 100644 --- a/renovate.json +++ b/renovate.json @@ -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\": \"(?.*?)\""], + "depNameTemplate": "nwjs/nw.js", + "datasourceTemplate": "github-tags", + "extractVersionTemplate": "^nw-v(?.*)$" + } + ] }