Migrate renovate config (#13784)

This commit is contained in:
Sebastian Rittau
2025-04-03 12:23:19 +02:00
committed by GitHub
parent 30b16c168d
commit 1edf4e819a
+5 -5
View File
@@ -28,11 +28,11 @@
enabled: false,
},
{
"groupName": "most test/lint dependencies",
"matchManagers": ["pip_requirements", "pre-commit"],
"excludePackageNames": ["pytype", "pyright"],
"description": "Quarterly update of most test dependencies",
"schedule": ["every 3 months on the first day of the month"]
groupName: "most test/lint dependencies",
matchManagers: ["pip_requirements", "pre-commit"],
matchPackageNames: ["!pytype", "!pyright"],
description: "Quarterly update of most test dependencies",
schedule: ["every 3 months on the first day of the month"]
},
{
"groupName": "pytype and pyright",