We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b16c1 commit 1edf4e8Copy full SHA for 1edf4e8
.github/renovate.json5
@@ -28,11 +28,11 @@
28
enabled: false,
29
},
30
{
31
- "groupName": "most test/lint dependencies",
32
- "matchManagers": ["pip_requirements", "pre-commit"],
33
- "excludePackageNames": ["pytype", "pyright"],
34
- "description": "Quarterly update of most test dependencies",
35
- "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"]
36
37
38
"groupName": "pytype and pyright",
0 commit comments