Skip to content

Commit c69ed14

Browse files
authored
chore(renovate): group dependencies with associated types-* dependencies (#589)
1 parent fcac70e commit c69ed14

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
],
1818
"description": "Automerge check tools"
1919
},
20+
{
21+
"matchDatasources": ["pypi"],
22+
"groupName": "deprecated packages",
23+
"matchPackageNames": [
24+
"deprecated",
25+
"types-deprecated"
26+
],
27+
},
28+
{
29+
"matchDatasources": ["pypi"],
30+
"groupName": "requests packages",
31+
"matchPackageNames": [
32+
"requests",
33+
"types-requests"
34+
],
35+
},
2036
{
2137
"matchDepTypes": ["devDependencies"],
2238
"labels": ["maintenance"]

0 commit comments

Comments
 (0)