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

View File

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