From e5e1f006c9aca561712c0a668f03d74c9efd13c0 Mon Sep 17 00:00:00 2001 From: Johannesd3 <51954457+Johannesd3@users.noreply.github.com> Date: Tue, 11 May 2021 13:32:41 +0200 Subject: [PATCH] Add indirect dependencies to dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 219c13a..f16fd16 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "daily" + allow: + dependency-type: "all"