feat: group all GitHub Actions updates into a single PR

This commit is contained in:
Tunglies
2025-09-25 19:24:26 +08:00
Unverified
parent a2d33c5447
commit c8c79d9baa

View File

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