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" +