Renovate: Improve Alpine package matching

This commit is contained in:
Franck Nijhof 2023-03-24 14:36:14 +01:00
parent d882f39106
commit c5ff5e19d6
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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