From 0c084813e61d61f51ca9ce445cf99429c09e7aee Mon Sep 17 00:00:00 2001 From: Brandon Weeks Date: Mon, 10 Jun 2024 11:00:21 -0700 Subject: [PATCH] Configured Dependabot grouped updates (#376) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1b219b..82c6415 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + "Go modules": + patterns: + - "*"