From 7965953fdcae062af04cb19dfc58f22b19a53aed Mon Sep 17 00:00:00 2001 From: Chris McKnight Date: Fri, 10 Oct 2025 23:41:00 -0500 Subject: [PATCH] chore: Group dependabot updates for AWS packages --- .github/dependabot.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 84423e69..2a6db976 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,15 @@ version: 2 updates: - - package-ecosystem: "gomod" - directory: "/" + - package-ecosystem: "gomod" + directory: "/" schedule: interval: "monthly" + groups: + # Specify a name for the group, which will be used in pull request titles + # and branch names + aws: + patterns: + - 'aws*' + update-types: + - 'minor' + - 'patch'