From 81be14e95e76574f64a01f264e3191f1a71d0810 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Apr 2026 01:12:33 +0200 Subject: [PATCH] configure dependabot for bun ecosystem (#103) Agent-Logs-Url: https://github.com/fuomag9/caddy-proxy-manager/sessions/169dafb8-7aec-48bd-b02d-f0cea1d14bf8 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fuomag9 <1580624+fuomag9@users.noreply.github.com> --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 224c3800..a00a1011 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,8 +17,8 @@ updates: prefix: "ci" include: "scope" - # NPM dependencies updates - - package-ecosystem: "npm" + # Bun dependencies updates + - package-ecosystem: "bun" directory: "/" schedule: interval: "weekly"