Skip to content

Commit 1edf4e8

Browse files
authored
Migrate renovate config (#13784)
1 parent 30b16c1 commit 1edf4e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/renovate.json5

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
enabled: false,
2929
},
3030
{
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"]
31+
groupName: "most test/lint dependencies",
32+
matchManagers: ["pip_requirements", "pre-commit"],
33+
matchPackageNames: ["!pytype", "!pyright"],
34+
description: "Quarterly update of most test dependencies",
35+
schedule: ["every 3 months on the first day of the month"]
3636
},
3737
{
3838
"groupName": "pytype and pyright",

0 commit comments

Comments
 (0)