summaryrefslogtreecommitdiff
path: root/.renovaterc.json
diff options
context:
space:
mode:
Diffstat (limited to '.renovaterc.json')
-rw-r--r--.renovaterc.json2
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",