From 4680f859b2e5dfd1cd6011d4dc54767139ed0fb2 Mon Sep 17 00:00:00 2001 From: Adam Dougal Date: Fri, 15 Dec 2023 11:11:48 +0000 Subject: [PATCH] Update dependabot pip directory - To pickup the new `requirements.txt` file in the `/extensions/backup/` dir --- .github/workflows/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml index 5f65a96c0..f0276cac6 100644 --- a/.github/workflows/dependabot.yaml +++ b/.github/workflows/dependabot.yaml @@ -8,6 +8,6 @@ updates: interval: "weekly" - package-ecosystem: "pip" - directory: "/code" + directory: "/" schedule: interval: "weekly"