Skip to content

Commit 826cf17

Browse files
committed
Update renovate.json
1 parent ff69cc0 commit 826cf17

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

renovate.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
88
"packageRules": [
99
{
1010
"matchPackageNames": "*",
11-
"groupName": "ansible"
11+
"groupName": "ansible collections"
1212
}
1313
]
1414
},
1515
"pip_requirements": {
16-
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.(txt|pip)$"]
16+
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.(txt|pip)$"],
17+
"packageRules": [
18+
{
19+
"matchPackageNames": "*",
20+
"groupName": "python dependencies"
21+
}
22+
]
1723
},
1824
"schedule": ["at 12am every monday"]
1925
}

0 commit comments

Comments
 (0)