From b99459c437d6e42b176b26b888227a45802dcc4d Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 13 Jun 2023 18:26:07 +0100 Subject: [PATCH] chore: fix package-ecosystem --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ad811b54..a2d6891e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "pnpm" + - package-ecosystem: "npm" directory: "/" schedule: interval: "daily"