From 6932e60e7ec1fcfdc19d69234988bf4d9dedd083 Mon Sep 17 00:00:00 2001 From: Jack Berg <34418638+jack-berg@users.noreply.github.com> Date: Thu, 14 May 2026 10:02:25 -0500 Subject: [PATCH] Group renovate minor version updates in weekly --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f5d4cb55f25..ee87d2149ea 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,9 +15,10 @@ { // group all patch updates into a single weekly PR - groupName: 'all patch versions', + groupName: 'all patch and minor versions', matchUpdateTypes: [ 'patch', + 'minor', ], schedule: [ '* 0-7 * * 2', // weekly, before 8am on Tuesday