Skip to content

Commit 24e310e

Browse files
authored
Renovate config: give the dependency groups better names
This should make the sentences in #11588 (comment) make more sense...
1 parent 382c046 commit 24e310e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
],
2121
"packageRules": [
2222
{
23-
"groupName": "GitHub Actions update",
23+
"groupName": "GitHub Actions",
2424
"matchManagers": ["github-actions"],
2525
"description": "Quarterly update of GitHub Action dependencies",
2626
"separateMajorMinor": "false",
2727
"schedule": ["every 3 months on the first day of the month"]
2828
},
2929
{
30-
"groupName": "Quarterly dependency update",
30+
"groupName": "most test/lint dependencies",
3131
"matchManagers": ["pip_requirements", "pre-commit"],
3232
"excludePackageNames": ["pytype", "pyright"],
3333
"description": "Quarterly update of most test dependencies",
3434
"separateMajorMinor": "false",
3535
"schedule": ["every 3 months on the first day of the month"]
3636
},
3737
{
38-
"groupName": "Daily dependency update",
38+
"groupName": "pytype and pyright",
3939
"matchManagers": ["pip_requirements", "regex"],
4040
"matchPackageNames": ["pytype", "pyright"],
4141
"description": "Daily update of pyright and pytype",

0 commit comments

Comments
 (0)