From a9c902749725079be72c6908c19a4dbed41f284a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 26 Oct 2024 21:24:08 +0200 Subject: [PATCH] fix: support version env vars without substitution --- docker.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker.json b/docker.json index 1ce407d..d69fb91 100644 --- a/docker.json +++ b/docker.json @@ -51,7 +51,8 @@ "(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$" ], "matchStrings": [ - "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?.*)}\"\\s" + "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?.*)}\"\\s", + "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\nENV .*?_VERSION=\"?(?.*)\"?" ] } ]