From b4b5a39706cfd9a46ca25cb0354153cae2bd33c8 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sun, 30 Aug 2026 20:26:55 +0200 Subject: [PATCH] chore: group renovate updates --- renovate.json | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 1b3c432..61badde 100644 --- a/renovate.json +++ b/renovate.json @@ -10,7 +10,30 @@ "minimumReleaseAge": "14 days", "prCreation": "not-pending", "packageRules": [ - {"matchDepTypes": ["dependencies"], "major": {"semanticCommitType": "fix"}}, - {"matchPackageNames": ["python"], "rangeStrategy": "widen", "separateMultipleMinor": true} + { + "groupName": "ruff", + "matchPackageNames": ["ruff", "astral-sh/ruff-pre-commit"] + }, + { + "groupName": "codespell", + "matchPackageNames": ["codespell", "codespell-project/codespell"] + }, + { + "groupName": "python-semantic-release", + "matchPackageNames": [ + "python-semantic-release", + "python-semantic-release/python-semantic-release", + "python-semantic-release/publish-action" + ] + }, + { + "matchDepTypes": ["dependencies"], + "major": { "semanticCommitType": "fix" } + }, + { + "matchPackageNames": ["python"], + "rangeStrategy": "widen", + "separateMultipleMinor": true + } ] }