From 1506af7c6cabe9066da853d9b83ef55a0510094e Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:35:33 +0400 Subject: [PATCH] update renovate config --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 429afa1..01316d6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,7 @@ "regexManagers": [ { "fileMatch": ["^Dockerfile$"], - "matchStrings": ["datasource=(?.*?) depName=(?.*?)\\sARG .*?_VERSION=(?.*)\\s"], + "matchStrings": ["datasource=(?.*?) depName=(?.*?)\\s(ARG|ENV) .*?_(VERSION|VER)=(?.*)\\s"], "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" } ]