mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Renovate config: give the dependency groups better names (#11589)
This commit is contained in:
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
@@ -20,14 +20,14 @@
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "GitHub Actions update",
|
||||
"groupName": "GitHub Actions",
|
||||
"matchManagers": ["github-actions"],
|
||||
"description": "Quarterly update of GitHub Action dependencies",
|
||||
"separateMajorMinor": "false",
|
||||
"schedule": ["every 3 months on the first day of the month"]
|
||||
},
|
||||
{
|
||||
"groupName": "Quarterly dependency update",
|
||||
"groupName": "most test/lint dependencies",
|
||||
"matchManagers": ["pip_requirements", "pre-commit"],
|
||||
"excludePackageNames": ["pytype", "pyright"],
|
||||
"description": "Quarterly update of most test dependencies",
|
||||
@@ -35,7 +35,7 @@
|
||||
"schedule": ["every 3 months on the first day of the month"]
|
||||
},
|
||||
{
|
||||
"groupName": "Daily dependency update",
|
||||
"groupName": "pytype and pyright",
|
||||
"matchManagers": ["pip_requirements", "regex"],
|
||||
"matchPackageNames": ["pytype", "pyright"],
|
||||
"description": "Daily update of pyright and pytype",
|
||||
|
||||
Reference in New Issue
Block a user