From f0a9ea767b5fcf806a648586d0ad0929d5d07c31 Mon Sep 17 00:00:00 2001 From: David McIntosh <804610+mctofu@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:50:24 -0700 Subject: [PATCH] grouped updates --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f128d21..e3d40cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,14 @@ updates: directory: "/" schedule: interval: "weekly" - + groups: + all: + patterns: ["*"] + - package-ecosystem: "gomod" directory: "/" schedule: interval: "weekly" + groups: + all: + patterns: ["*"]