diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 92efa52e6b..928ef9e376 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,14 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + awssdk: + patterns: + - "@aws-sdk*" + update-types: + - "minor" + - "patch" + # Maintain dependencies for rust - package-ecosystem: "cargo"