From 13c50a1e4f8c223e07f5d5e8f9af758a781a9acc Mon Sep 17 00:00:00 2001 From: EmotionChild Date: Thu, 6 Jan 2022 14:09:49 +1300 Subject: [PATCH] fixed dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0f48b9d..bc5ab6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "yarn" # See documentation for possible values + - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily"