From ab12170222db1eec7acb53c53f6f208b75062cac Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:59:54 +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 01316d6..c62a78d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,7 @@ "regexManagers": [ { "fileMatch": ["^Dockerfile$"], - "matchStrings": ["datasource=(?.*?) depName=(?.*?)\\s(ARG|ENV) .*?_(VERSION|VER)=(?.*)\\s"], + "matchStrings": ["datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s(ARG|ENV) .*?_(VERSION|VER)=(?.*)\\s"], "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" } ]