From c1fe602c8b1de2a8163625b04fbcee51bbae0981 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 10 May 2026 10:49:21 -0500 Subject: [PATCH] ci: Tell dependabot to use bun --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 483a8f68..99138657 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - - package-ecosystem: npm + - package-ecosystem: bun directory: / schedule: interval: 'daily'