diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d84a2617..aa745a3a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ version: 2 updates: - package-ecosystem: "cargo" # See documentation for possible values directory: "/" # Location of package manifests - dependency-type: all # Which dependencies to update: all, direct, or indirect schedule: interval: "daily" + allow: + - dependency-type: all # Which dependencies to update: all, direct, or indirect