diff --git a/.renovaterc.json b/.renovaterc.json index 8e5e4161a..707ffc81f 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -9,6 +9,9 @@ "**/.venv/**", "**/node_modules/**" ], + "pip_requirements": { + "fileMatch": ["^requirements(-[\\w]*)?\\.txt$"] + }, "regexManagers": [ { "fileMatch": [ @@ -17,7 +20,7 @@ "matchStrings": [ "GITLAB_TAG=(?.*?)\n" ], - "depNameTemplate": "gitlab/gitlab-ce", + "depNameTemplate": "gitlab/gitlab-ee", "datasourceTemplate": "docker", "versioningTemplate": "loose" }