From f2336fd981c3a97dd9adee2f73b87311dde479e8 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 7 Jan 2022 12:32:09 +0000 Subject: [PATCH] Need to add a group name to ensure they're batched correctly (#43796) --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3b5b650b771..faeff874218 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -29,7 +29,8 @@ "packageRules": [ { "matchUpdateTypes": ["patch"], - "extends": ["schedule:monthly"] + "extends": ["schedule:monthly"], + "groupName": "Monthly patch updates" } ], "pin": {