From b1bc7024246a930e4058b355f1b82d864ab1ee55 Mon Sep 17 00:00:00 2001 From: Meng Lin Date: Thu, 18 Jan 2024 17:08:10 +1100 Subject: [PATCH] Specify "npm" as package-ecosystem --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41c82bb..fcf1127 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: '' # See documentation for possible values + - package-ecosystem: 'npm' # See documentation for possible values directory: '/' # Location of package manifests schedule: interval: 'monthly'