From f72f67c4827144dfe67574dd4d219abf1cb626af Mon Sep 17 00:00:00 2001 From: Anirudha Bose Date: Sun, 15 Dec 2024 02:33:49 +0530 Subject: [PATCH] ci: use npm package ecosystem in dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d8517f9..f80b58f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ version: 2 updates: - - package-ecosystem: 'yarn' + - package-ecosystem: 'npm' directory: '/' # Location of package manifests schedule: interval: 'weekly'