fixed renovate config for Dockerfile ARGs
This commit is contained in:
parent
b6b6662301
commit
587c76a3df
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
||||||
"ARG BASE_IMAGE_NAME=(?<depName>.*?):(?<currentVersion>.*?)\\s+(ARG )?BASE_IMAGE_DIGEST=(?<currentDigest>.*?)\\s"
|
"ARG BASE_IMAGE_NAME=(?<depName>.*?):(?<currentValue>.*?)\\s+(ARG )?BASE_IMAGE_DIGEST=(?<currentDigest>.*?)\\s"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue