mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Minor improvements to renovate config (#11790)
This commit is contained in:
8
.github/renovate.json
vendored
8
.github/renovate.json
vendored
@@ -2,8 +2,11 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"dependencyDashboard": true,
|
||||
"suppressNotifications": ["prEditedNotification"],
|
||||
"extends": ["config:base"],
|
||||
"extends": ["config:recommended"],
|
||||
"labels": ["bot: dependencies"],
|
||||
"semanticCommits": "disabled",
|
||||
"separateMajorMinor": false,
|
||||
"prHourlyLimit": 10,
|
||||
"pre-commit": {
|
||||
"enabled": true
|
||||
},
|
||||
@@ -12,7 +15,6 @@
|
||||
"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"]
|
||||
},
|
||||
{
|
||||
@@ -20,7 +22,6 @@
|
||||
"matchManagers": ["pip_requirements", "pre-commit"],
|
||||
"excludePackageNames": ["pytype", "pyright"],
|
||||
"description": "Quarterly update of most test dependencies",
|
||||
"separateMajorMinor": "false",
|
||||
"schedule": ["every 3 months on the first day of the month"]
|
||||
},
|
||||
{
|
||||
@@ -28,7 +29,6 @@
|
||||
"matchManagers": ["pip_requirements"],
|
||||
"matchPackageNames": ["pytype", "pyright"],
|
||||
"description": "Daily update of pyright and pytype",
|
||||
"separateMajorMinor": "false",
|
||||
"schedule": ["before 4am"]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user