diff options
-rw-r--r-- | .renovaterc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.renovaterc.json b/.renovaterc.json index 850170f..707ffc8 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -20,7 +20,7 @@ "matchStrings": [ "GITLAB_TAG=(?<currentValue>.*?)\n" ], - "depNameTemplate": "gitlab/gitlab-ce", + "depNameTemplate": "gitlab/gitlab-ee", "datasourceTemplate": "docker", "versioningTemplate": "loose" } |