From 160a3cc4366103692205df998fe5fae3e67329b0 Mon Sep 17 00:00:00 2001 From: livehybrid <5527349+livehybrid@users.noreply.github.com> Date: Wed, 1 May 2024 22:34:39 +0100 Subject: [PATCH] Update dependabot.yaml --- .github/dependabot.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 68265b1..97e63a3 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,10 +1,8 @@ version: 2 updates: - package-ecosystem: "pip" - directory: "/" # Location of package manifests + directories: + - "/" + - "/package/lib/ schedule: interval: "daily" - - package-ecosystem: "pip" - directory: "/package" # Location of package manifests - schedule: - interval: "daily" \ No newline at end of file