From cb79fb72e899e65a1ad77ccd508f1a1baca30309 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sun, 30 Aug 2020 23:45:33 +0200 Subject: chore(ci): pin gitlab-ce version for renovate --- .renovaterc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .renovaterc.json (limited to '.renovaterc.json') 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=(?.*?)\n"], + "depNameTemplate": "gitlab/gitlab-ce", + "datasourceTemplate": "docker", + "versioningTemplate": "loose" + } + ] +} -- cgit v1.2.1