From 7894b095ebbb1aace9a2dc995bbfacda7c4d876d Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 13 Mar 2024 10:49:27 +0000 Subject: [PATCH] Renovate config: give the dependency groups better names (#11589) --- .github/renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e306e5d55..5aa6f16c0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,14 +20,14 @@ ], "packageRules": [ { - "groupName": "GitHub Actions update", + "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"] }, { - "groupName": "Quarterly dependency update", + "groupName": "most test/lint dependencies", "matchManagers": ["pip_requirements", "pre-commit"], "excludePackageNames": ["pytype", "pyright"], "description": "Quarterly update of most test dependencies", @@ -35,7 +35,7 @@ "schedule": ["every 3 months on the first day of the month"] }, { - "groupName": "Daily dependency update", + "groupName": "pytype and pyright", "matchManagers": ["pip_requirements", "regex"], "matchPackageNames": ["pytype", "pyright"], "description": "Daily update of pyright and pytype",