We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd50df6 commit 38597e7Copy full SHA for 38597e7
2 files changed
.pre-commit-config.yaml
@@ -25,6 +25,5 @@ repos:
25
hooks:
26
- id: mypy
27
additional_dependencies:
28
- # todo: sync with pip deps via renovate regex manager
29
- types-PyYAML==5.4.3
30
- types-requests==2.25.1
.renovaterc.json
@@ -12,12 +12,22 @@
12
"depNameTemplate": "gitlab/gitlab-ce",
13
"datasourceTemplate": "docker",
14
"versioningTemplate": "loose"
15
+ },
16
+ {
17
+ "fileMatch": ["^.pre-commit-config.yaml$"],
18
+ "matchStrings": ["- (?<depName>.*?)==(?<currentValue>.*?)\n"],
19
+ "datasourceTemplate": "pypi",
20
+ "versioningTemplate": "pep440"
21
}
22
],
23
"packageRules": [
24
{
"packagePatterns": ["^gitlab\/gitlab-.+$"],
"automerge": true
+ "matchPackagePrefixes": ["types-"],
+ "groupName": "typing dependencies"
31
32
]
33
0 commit comments