From d1c82c76102686a38ba09c26288c32ffb4689c1b Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 16 Apr 2024 14:23:24 +0800 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 5990d9c..5f0889c 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"