From 9adbde110847fdcbf2622ab8a63517453f144e4b Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Fri, 14 Jun 2024 09:23:47 +0200 Subject: [PATCH] fix: dependabot: fixed configuration file (#303) --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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