From 27109cad0d97114b187ce98ce77e4d7b0c7c3270 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sun, 13 Sep 2020 23:00:28 +0200 Subject: chore: allow overriding docker-compose env vars for tag --- .renovaterc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.renovaterc.json') diff --git a/.renovaterc.json b/.renovaterc.json index be47e3a..037a97e 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -4,8 +4,8 @@ ], "regexManagers": [ { - "fileMatch": ["^tools/build_test_env.sh$"], - "matchStrings": ["DEFAULT_GITLAB_TAG=(?.*?)\n"], + "fileMatch": ["^.env$"], + "matchStrings": ["GITLAB_TAG=(?.*?)\n"], "depNameTemplate": "gitlab/gitlab-ce", "datasourceTemplate": "docker", "versioningTemplate": "loose" -- cgit v1.2.1