feat: group all GitHub Actions updates into a single PR
This commit is contained in:
@@ -35,6 +35,11 @@
|
|||||||
"description": "Group all npm dependencies into a single PR",
|
"description": "Group all npm dependencies into a single PR",
|
||||||
"matchManagers": ["npm"],
|
"matchManagers": ["npm"],
|
||||||
"groupName": "npm dependencies"
|
"groupName": "npm dependencies"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Group all GitHub Actions updates into a single PR",
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"groupName": "github actions"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"postUpdateOptions": ["pnpmDedupe"],
|
"postUpdateOptions": ["pnpmDedupe"],
|
||||||
|
|||||||
Reference in New Issue
Block a user