diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bf49a9d9..0c28ff72 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: directory: "/" schedule: interval: daily + allow: + # Allow both direct and indirect updates for all packages + - dependency-type: "all"