diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 539359c..9761d6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + allow: + # Allow only direct dependencies + - dependency-type: "direct"