From 3be44d46af84663f9dce287b18275d6895345dac Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 8 Jun 2026 15:06:36 +0200 Subject: [PATCH] feat: group renovate github actions updates --- renovate/default.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate/default.json b/renovate/default.json index b58ba89..8f45a98 100644 --- a/renovate/default.json +++ b/renovate/default.json @@ -10,6 +10,11 @@ "minimumReleaseAge": "5 days", "minimumReleaseAgeBehavior": "timestamp-optional", "packageRules": [ + { + "description": ["group github actions updates"], + "groupName": "github actions", + "matchManagers": ["github-actions"] + }, { "description": ["update actions weekly"], "matchManagers": ["github-actions"],