From f5077e6c8845d3fad5c32c34b68a614d1767db4a Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Mon, 1 Aug 2022 15:07:33 +0100 Subject: [PATCH] fixed dependabot config --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d82a4d5..3a3cce5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" -