From f767d92c386121c279de0735d560c9b5e63af41e Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Thu, 2 Mar 2023 10:40:14 +0800 Subject: [PATCH] chore(eco): switch package ecosystem from yarn to npm for dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 074514d4..6fffdef1 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'