summaryrefslogtreecommitdiff
path: root/.renovaterc.json
diff options
context:
space:
mode:
Diffstat (limited to '.renovaterc.json')
-rw-r--r--.renovaterc.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/.renovaterc.json b/.renovaterc.json
new file mode 100644
index 0000000..2b6699f
--- /dev/null
+++ b/.renovaterc.json
@@ -0,0 +1,11 @@
+{
+ "regexManagers": [
+ {
+ "fileMatch": ["^tools/build_test_env.sh$"],
+ "matchStrings": ["DEFAULT_GITLAB_TAG=(?<currentValue>.*?)\n"],
+ "depNameTemplate": "gitlab/gitlab-ce",
+ "datasourceTemplate": "docker",
+ "versioningTemplate": "loose"
+ }
+ ]
+}