From 164bbd929aee05fdb6d24f0841f35a9b2ef14308 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 9 Oct 2024 11:37:51 +0800 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 323648e5b3..d91a92adc2 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: 'weekly'