From 1147e4496f1300a063c1826b844545c4cfee934d Mon Sep 17 00:00:00 2001 From: MrDynamo Date: Tue, 21 May 2024 18:18:07 -0500 Subject: [PATCH] =?UTF-8?q?ci(dependabot):=20=F0=9F=94=A7=20fix=20pip=20pa?= =?UTF-8?q?th?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f58ac2bb..c5ffc785 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,7 +20,7 @@ updates: # Enable version updates for poetry backend - package-ecosystem: "pip" # Look for `pyproject.toml` and `lock` files in the `backend` directory - directory: "/apps/wizarr_backend/" + directory: "/apps/wizarr-backend/" # Check the pip registry for updates every day (weekdays) schedule: interval: "daily"