diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-12-11 15:04:35 +0100 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-12-11 15:04:35 +0100 |
commit | 74d2a5e70013f351bc045b0a2034214f464bc53a (patch) | |
tree | 19e6b3f5f54c390a54b280d5f57bb3148055935c | |
parent | 91cd74de9a7f1c65c5a9779e1b48cb26904d60d8 (diff) | |
download | gitlab-74d2a5e70013f351bc045b0a2034214f464bc53a.tar.gz |
chore: fix renovate setup for gitlab docker image
-rw-r--r-- | .renovaterc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.renovaterc.json b/.renovaterc.json index b4b0626..19a54fb 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -7,7 +7,7 @@ }, "regexManagers": [ { - "fileMatch": ["^tests/functional/fixtures/.env$"], + "fileMatch": ["^tests\\/functional\\/fixtures\\/.env$"], "matchStrings": ["GITLAB_TAG=(?<currentValue>.*?)\n"], "depNameTemplate": "gitlab/gitlab-ce", "datasourceTemplate": "docker", |