mirror of
https://github.com/hassio-addons/addon-base.git
synced 2025-05-07 04:11:24 +00:00
Renovate: Fix regex for build.yaml file
This commit is contained in:
parent
e4d3e1915b
commit
d882f39106
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -11,7 +11,7 @@
|
|||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
||||
"\\s+[aarch64|amd64|armhf|armv7|i386]:\\s[\"']?(?<depName>.*?):(?<currentValue>.*?)[\"']?\\s+"
|
||||
"(aarch64|amd64|armhf|armv7|i386):\\s[\"']?(?<depName>.*?):(?<currentValue>.*?)[\"']?\\s"
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue