diff options
| -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", |
