From 55cbd1cbc28b93673f73818639614c61c18f07d1 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Mon, 25 Jan 2021 22:03:40 +0100 Subject: chore: move .env into docker-compose dir --- .renovaterc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.renovaterc.json') diff --git a/.renovaterc.json b/.renovaterc.json index 037a97e..b46c8f4 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -4,7 +4,7 @@ ], "regexManagers": [ { - "fileMatch": ["^.env$"], + "fileMatch": ["^tools/functional/fixtures/.env$"], "matchStrings": ["GITLAB_TAG=(?.*?)\n"], "depNameTemplate": "gitlab/gitlab-ce", "datasourceTemplate": "docker", -- cgit v1.2.1