From 1edf4e819ab2588b5062501559e94a222f6f8630 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 3 Apr 2025 12:23:19 +0200 Subject: [PATCH] Migrate renovate config (#13784) --- .github/renovate.json5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c48c0d253..abd3023ce 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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",