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

pull/43797/head
Ashley Harrison 4 years ago committed by GitHub
parent fdd196a627
commit f2336fd981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/renovate.json5

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

Loading…
Cancel
Save