From 41f038fad3dc80f638e4ee9ae0a502179829da2b Mon Sep 17 00:00:00 2001 From: Ben Ash <32777270+benashz@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:06:39 -0400 Subject: [PATCH] CI: use dependabot groups for Go deps (#924) * CI: use dependabot groups for Go deps * Move groups to the gomod package-ecosystem --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b06f4105..8964427e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -11,6 +11,14 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + gomod-breaking: + update-types: + - major + gomod-backward-compatible: + update-types: + - minor + - patch - package-ecosystem: "github-actions" directory: "/" schedule: