👕 Better match debian packages in Renovate (#142)

This commit is contained in:
Franck Nijhof 2023-03-31 11:09:42 +02:00 committed by GitHub
parent 99b411521b
commit a26253863c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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