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"