From c0a93b8adcea6c6342f9ae60128aa5f6c49eb243 Mon Sep 17 00:00:00 2001 From: Clas Wen Date: Fri, 25 Apr 2025 22:22:30 +0800 Subject: [PATCH] fix dependabot config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9768e7..0ea4064 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: # Enable version updates for npm - - package-ecosystem: pnpm + - package-ecosystem: npm # Look for `package.json` and `lock` files in the `root` directory directory: / # Check the npm registry for updates every day (weekdays)