From d6639d37f3c15f8a66330b06b0a9f802ab1067fa Mon Sep 17 00:00:00 2001 From: Patrick Kanzler <4189642+patkan@users.noreply.github.com> Date: Tue, 6 Oct 2020 00:04:11 +0200 Subject: [PATCH] set directories --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8cfc4c3..932d224 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,15 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "pip" + directory: "/doc" + schedule: + interval: "daily" - package-ecosystem: "gitsubmodule" + directory: "/" schedule: interval: "daily" - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "daily"