diff options
Diffstat (limited to '.renovaterc.json')
-rw-r--r-- | .renovaterc.json | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.renovaterc.json b/.renovaterc.json deleted file mode 100644 index df0650f..0000000 --- a/.renovaterc.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "extends": [ - "config:base" - ], - "pip_requirements": { - "fileMatch": ["^requirements(-[\\w]*)?\\.txt$"] - }, - "regexManagers": [ - { - "fileMatch": ["^tests/functional/fixtures/.env$"], - "matchStrings": ["GITLAB_TAG=(?<currentValue>.*?)\n"], - "depNameTemplate": "gitlab/gitlab-ce", - "datasourceTemplate": "docker", - "versioningTemplate": "loose" - }, - { - "fileMatch": ["^.pre-commit-config.yaml$"], - "matchStrings": ["- (?<depName>.*?)==(?<currentValue>.*?)\n"], - "datasourceTemplate": "pypi", - "versioningTemplate": "pep440" - } - ], - "packageRules": [ - { - "packagePatterns": ["^gitlab\/gitlab-.+$"], - "automerge": true - }, - { - "matchPackagePrefixes": ["types-"], - "groupName": "typing dependencies" - } - ] -} |