From 3fdbbadfe01f59020738354d7161b80a727b5455 Mon Sep 17 00:00:00 2001 From: Chethan Yadav Date: Wed, 7 Sep 2022 11:12:07 +0530 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bfa1e8b..fae4d54 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "../package.json" # Location of package manifests schedule: interval: "daily"