diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 848281c..d2742c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,9 @@ updates: schedule: interval: daily rebase-strategy: auto - open-pull-requests-limit: 10 \ No newline at end of file + open-pull-requests-limit: 10 + groups: + aws-sdk-go-v2: + applies-to: version-updates + patterns: + - "github.com/aws/aws-sdk-go-v2/*" \ No newline at end of file