From 3b3a278fceb3355c773fc8dc0046b855902ea5fc Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Mon, 18 May 2026 15:44:31 +0100 Subject: [PATCH] ci: group Dependabot PRs --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 207ee04c..131b665a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,16 @@ updates: directory: /legacy schedule: interval: weekly + groups: + all-dependencies: + patterns: + - "*" + - package-ecosystem: gomod directory: / schedule: interval: weekly + groups: + all-dependencies: + patterns: + - "*"