From d1f460d5e14299482749da22bc384927a0c8fcd7 Mon Sep 17 00:00:00 2001 From: ggurkal <36651475+ggurkal@users.noreply.github.com> Date: Sat, 13 Mar 2021 17:00:55 +0100 Subject: [PATCH] fix: dependabot ecosystem [skip ci] --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 548ea7bf..d1f0d085 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "yarn" + - package-ecosystem: "npm" directory: "/" schedule: interval: "daily"