From c8c79d9baae4d5d4554aa4a36b6342a6cd82217a Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:24:26 +0800 Subject: [PATCH] feat: group all GitHub Actions updates into a single PR --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 5f7bc309..7df27b15 100644 --- a/renovate.json +++ b/renovate.json @@ -35,6 +35,11 @@ "description": "Group all npm dependencies into a single PR", "matchManagers": ["npm"], "groupName": "npm dependencies" + }, + { + "description": "Group all GitHub Actions updates into a single PR", + "matchManagers": ["github-actions"], + "groupName": "github actions" } ], "postUpdateOptions": ["pnpmDedupe"],