From 269eeed02e98824a9eff3c0d1a0696d4e0168494 Mon Sep 17 00:00:00 2001 From: David Gannon <19214156+dgannon991@users.noreply.github.com> Date: Sun, 14 Dec 2025 21:48:02 +0000 Subject: [PATCH] Grouped dependabot updates Signed-off-by: David Gannon <19214156+dgannon991@users.noreply.github.com> --- .github/dependabot.yml | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 251b5a1..b70c83d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,23 @@ version: 2 updates: -- package-ecosystem: gomod - directory: / - schedule: - interval: weekly - day: sunday - labels: - - "dependabot 🤖" + - package-ecosystem: gomod + directory: / + labels: + - "dependabot 🤖" + schedule: + interval: weekly + day: sunday + groups: + go-dependencies: + update-types: + - "minor" + - "patch" + + - package-ecosystem: "github-actions" + directory: "/" + labels: + - "dependabot 🤖" + schedule: + interval: weekly + day: sunday \ No newline at end of file