From f6f76c9ae8564b96d3c65fb5980367c9638c6e8d Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sun, 7 Apr 2024 22:20:20 +0900 Subject: [PATCH] Fix wrong update for dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3df830ed..8ec6d7a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: determinatesystems-actions: patterns: - 'DeterminateSystems*' - - package-ecosystem: 'pnpm' + - package-ecosystem: 'npm' # `pnpm` uses `npm` specifier directory: '/' schedule: interval: 'weekly'