Renovate: Fix repology packages with an underscore

This commit is contained in:
Franck Nijhof 2023-03-25 16:25:25 +01:00
parent 26a0c9935d
commit e5ae6d61bb
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -19,7 +19,7 @@
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9][a-z0-9-]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",