mirror of
https://github.com/hassio-addons/addon-base.git
synced 2025-05-07 12:21:30 +00:00
Renovate: Improve Alpine package matching
This commit is contained in:
parent
d882f39106
commit
c5ff5e19d6
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue