From e1bf9723b281c0c4f02faef8a113ece0e46eb40b Mon Sep 17 00:00:00 2001 From: IvoGoman Date: Thu, 23 Apr 2026 16:25:20 +0200 Subject: [PATCH] fix(ci): group gha renovate prs --- .github/renovate.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3544c1f..7737e40 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -37,15 +37,12 @@ } ], "packageRules": [ - { - "groupName": "github actions", + { + "groupName": "Github Actions updates", + "groupSlug": "github-actions", "matchManagers": [ "github-actions" ], - "matchUpdateTypes": [ - "major", - "minor" - ], "extends": [ "helpers:pinGitHubActionDigests" ],