summaryrefslogtreecommitdiff
path: root/.renovaterc.json
diff options
context:
space:
mode:
Diffstat (limited to '.renovaterc.json')
-rw-r--r--.renovaterc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.renovaterc.json b/.renovaterc.json
index be47e3a..037a97e 100644
--- a/.renovaterc.json
+++ b/.renovaterc.json
@@ -4,8 +4,8 @@
],
"regexManagers": [
{
- "fileMatch": ["^tools/build_test_env.sh$"],
- "matchStrings": ["DEFAULT_GITLAB_TAG=(?<currentValue>.*?)\n"],
+ "fileMatch": ["^.env$"],
+ "matchStrings": ["GITLAB_TAG=(?<currentValue>.*?)\n"],
"depNameTemplate": "gitlab/gitlab-ce",
"datasourceTemplate": "docker",
"versioningTemplate": "loose"