From 830e92127e057bdd0e9c444ccfd62593e59ff1e6 Mon Sep 17 00:00:00 2001 From: fuomag9 Date: Fri, 3 Apr 2026 13:50:48 +0200 Subject: [PATCH] Replace npm with bun in Dependabot config Signed-off-by: fuomag9 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76d08c6c..224c3800 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,7 +28,7 @@ updates: - "fuomag9" labels: - "dependencies" - - "npm" + - "bun" commit-message: prefix: "deps" include: "scope"