diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-25 22:03:40 +0100 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-25 22:03:40 +0100 |
| commit | 55cbd1cbc28b93673f73818639614c61c18f07d1 (patch) | |
| tree | 1da8ba89878ac19cf02c8fd1910d52918e5e4014 /.renovaterc.json | |
| parent | fac0874002cbb12fbacfb5fad28732c9c20d2e53 (diff) | |
| download | gitlab-55cbd1cbc28b93673f73818639614c61c18f07d1.tar.gz | |
chore: move .env into docker-compose dir
Diffstat (limited to '.renovaterc.json')
| -rw-r--r-- | .renovaterc.json | 2 |
1 files changed, 1 insertions, 1 deletions
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=(?<currentValue>.*?)\n"], "depNameTemplate": "gitlab/gitlab-ce", "datasourceTemplate": "docker", |
