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"],