From 24e310e6682be058b9bbcaaea550724680c613d9 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 13 Mar 2024 10:45:35 +0000 Subject: [PATCH] Renovate config: give the dependency groups better names This should make the sentences in https://github.com/python/typeshed/issues/11588#issue-2183664294 make more sense... --- .github/renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e306e5d550e0..5aa6f16c0cae 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",