From 27c83646fce0934026c6b205786641d9706403b0 Mon Sep 17 00:00:00 2001 From: Jarrett Lusso Date: Tue, 17 Feb 2026 14:45:06 -0500 Subject: [PATCH] Fix dependabot.yml package-ecosystem --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0527e6..cb1879f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: -- package-ecosystem: bundler +- package-ecosystem: npm directory: "/" schedule: interval: daily