From 8d4d1642cff143bd3544accdd7b0ccf2f00d83c2 Mon Sep 17 00:00:00 2001 From: bd_ <64174065+bdunderscore@users.noreply.github.com> Date: Fri, 9 Sep 2022 22:14:12 -0700 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 bf07fed7..5d5ce243 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: "/docs" # Location of package manifests schedule: interval: "weekly"