Need to add a group name to ensure they're batched correctly (#43796)

This commit is contained in:
Ashley Harrison 2022-01-07 12:32:09 +00:00 committed by GitHub
parent fdd196a627
commit f2336fd981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,8 @@
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"extends": ["schedule:monthly"]
"extends": ["schedule:monthly"],
"groupName": "Monthly patch updates"
}
],
"pin": {