From 293ed28124dff0eafa0f762ff2a45e35b3498d1d Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 26 Jun 2024 09:15:55 -0700 Subject: [PATCH] Update dependabot for aws-sdk group The pattern wouldn't catch the main aws sdk library --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 679a911ce..ab7aa89c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,7 @@ updates: groups: aws-sdk: patterns: - - "github.com/aws/aws-sdk-go-v2/*" + - "github.com/aws/aws-sdk-go-v2*" - package-ecosystem: pip directory: /tests