|
4 | 4 | ":enablePreCommit", |
5 | 5 | "schedule:weekly" |
6 | 6 | ], |
7 | | - "ignoreDeps": ["relekang/python-semantic-release"], |
8 | | - "pip_requirements": { |
9 | | - "fileMatch": ["^requirements(-[\\w]*)?\\.txt$"] |
10 | | - }, |
11 | 7 | "regexManagers": [ |
12 | 8 | { |
13 | | - "fileMatch": ["^tests\\/functional\\/fixtures\\/.env$"], |
14 | | - "matchStrings": ["GITLAB_TAG=(?<currentValue>.*?)\n"], |
| 9 | + "fileMatch": [ |
| 10 | + "^tests\\/functional\\/fixtures\\/.env$" |
| 11 | + ], |
| 12 | + "matchStrings": [ |
| 13 | + "GITLAB_TAG=(?<currentValue>.*?)\n" |
| 14 | + ], |
15 | 15 | "depNameTemplate": "gitlab/gitlab-ce", |
16 | 16 | "datasourceTemplate": "docker", |
17 | 17 | "versioningTemplate": "loose" |
18 | | - }, |
19 | | - { |
20 | | - "fileMatch": ["^.pre-commit-config.yaml$"], |
21 | | - "matchStrings": ["- (?<depName>.*?)==(?<currentValue>.*?)\n"], |
22 | | - "datasourceTemplate": "pypi", |
23 | | - "versioningTemplate": "pep440" |
24 | 18 | } |
25 | 19 | ], |
26 | 20 | "packageRules": [ |
27 | 21 | { |
28 | | - "packagePatterns": ["^gitlab\/gitlab-.+$"], |
| 22 | + "packagePatterns": [ |
| 23 | + "^gitlab\/gitlab-.+$" |
| 24 | + ], |
29 | 25 | "automerge": true |
30 | 26 | }, |
31 | 27 | { |
32 | | - "matchPackagePrefixes": ["types-"], |
| 28 | + "matchPackagePrefixes": [ |
| 29 | + "types-" |
| 30 | + ], |
33 | 31 | "groupName": "typing dependencies" |
34 | | - }, |
35 | | - { |
36 | | - "matchPackagePatterns": ["(^|/)black$"], |
37 | | - "versioning": "pep440", |
38 | | - "ignoreUnstable": false, |
39 | | - "groupName": "black" |
40 | | - } |
| 32 | + } |
41 | 33 | ] |
42 | 34 | } |
0 commit comments