From d92bb75eb52eeab5f56a57ce8866291afd5fdfd8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 9 Feb 2024 08:21:51 -0500 Subject: [PATCH] renovate: Group non-major updates The renovate PR spam we're seeing is too much. Signed-off-by: Colin Walters --- .github/renovate.json5 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1661f7894..3a8f847ad 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -46,6 +46,20 @@ // one commit. "rebaseWhen": "behind-base-branch", + "packageRules": [ + { + "groupName": "all non-major dependencies", + "groupSlug": "all-minor-patch", + "matchPackagePatterns": [ + "*" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + } + ], + /************************************************* *** Repository-specific configuration options *** *************************************************/