From 567ffa889463183a6a849af8fc03dd6de06fe81e Mon Sep 17 00:00:00 2001 From: kunish Date: Wed, 30 Aug 2023 01:55:04 +0800 Subject: [PATCH] fix(dependabot): package-ecosystem field is not a valid value --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d3b373..1fb0b58 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: pnpm + - package-ecosystem: npm directory: / schedule: interval: daily