summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-12-11 15:04:35 +0100
committerJohn Villalovos <john@sodarock.com>2021-12-11 10:25:08 -0800
commit49af15b3febda5af877da06c3d8c989fbeede00a (patch)
tree374a38243ddbe391279c6af2aae4ca829b9dc7be
parente7559bfa2ee265d7d664d7a18770b0a3e80cf999 (diff)
downloadgitlab-49af15b3febda5af877da06c3d8c989fbeede00a.tar.gz
chore: fix renovate setup for gitlab docker image
-rw-r--r--.renovaterc.json2
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",