From a7f08b83418812272a6bde9e31d89b18dcb596d8 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Fri, 5 Apr 2024 17:40:25 -0700 Subject: [PATCH] chore: allow dependabot to update indirect dependencies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ed80bee..14eb44f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: dev-dependencies: patterns: - "*" + allow: + # Allow both direct and indirect updates for all packages + - dependency-type: "all" +