fixed renovate config for Dockerfile ARGs

This commit is contained in:
Jenny Danzmayr 2023-11-27 05:32:41 +01:00
parent b6b6662301
commit 587c76a3df

View file

@ -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"
}, },