From 140c786bd6274520a56ec81e1201d1c1aed6a2a7 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 23 Mar 2024 07:39:04 +0100 Subject: [PATCH] Fixed dependabot lookup directory. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 263f5a783..d442c8a41 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: schedule: interval: "daily" - package-ecosystem: "npm" - directory: "/src" + directory: "/" schedule: interval: "daily" versioning-strategy: "increase"