From 4599bf2aa019ac9ec51c273105ecca5ade2f2d90 Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Sun, 13 Aug 2023 14:41:40 -0500 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 7ca653bf..668d4bdb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: pnpm + - package-ecosystem: npm directory: '/' # Location of package manifests schedule: interval: 'monthly'