mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-03 18:51:23 +00:00
👕 Better match debian packages in Renovate (#142)
This commit is contained in:
parent
99b411521b
commit
a26253863c
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue