From f89dd69d45a6ed900e5605c4b070ca49d962fd2d Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Mon, 14 Jul 2025 21:55:08 -0400 Subject: [PATCH] Group dependabot updates so that we have far fewer PRs to merge. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe0dde28aa..ccec7bc1d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,13 @@ updates: directory: / schedule: interval: weekly + groups: + minor-and-patch: + patterns: + - '*' + update-types: + - 'minor' + - 'patch' - package-ecosystem: docker directory: / schedule: