From cd5544fa0740f75739b5dd3dcffd78fd31f58ef6 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Fri, 24 Nov 2023 16:04:42 +0800 Subject: [PATCH] Allow transitive dep updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f6ea9eabd..e28184804 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,12 @@ updates: interval: weekly day: friday open-pull-requests-limit: 99 + allow: + - dependency-type: all + groups: + aws-deps: + patterns: + - "aws*" - package-ecosystem: "github-actions" directory: "/" schedule: