From 64c3f7ca6a5f76ded5c7c899bdf8f9fd98d9eb98 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 17 Feb 2025 14:23:47 +0100 Subject: [PATCH] chore: Use `bun` for dependabot --- .github/dependabot.yml | 8 ++++---- .github/workflows/update-lockfiles.yml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ccfaf6faa0..91b3012076 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,7 @@ updates: - "🛠 dependencies" - "🤖 android" - - package-ecosystem: "npm" + - package-ecosystem: "bun" directories: - "/docs/" schedule: @@ -28,14 +28,14 @@ updates: patterns: - "@docusaurus/*" - # - package-ecosystem: "npm" + # - package-ecosystem: "bun" # directory: "/package/" # schedule: # interval: "monthly" # labels: # - "🛠 dependencies" # - "☕️ js" - # - package-ecosystem: "npm" + # - package-ecosystem: "bun" # directory: "/example/" # schedule: # interval: "monthly" @@ -43,7 +43,7 @@ updates: # - "🛠 dependencies" # - "🛸 example" # - "☕️ js" - # - package-ecosystem: "npm" + # - package-ecosystem: "bun" # directory: "/docs/" # schedule: # interval: "monthly" diff --git a/.github/workflows/update-lockfiles.yml b/.github/workflows/update-lockfiles.yml index a45cc0a27c..4c8b36de26 100644 --- a/.github/workflows/update-lockfiles.yml +++ b/.github/workflows/update-lockfiles.yml @@ -17,7 +17,7 @@ permissions: jobs: update-lockfiles: - name: "Update lockfiles (bun.lockb + Podfile.lock)" + name: "Update lockfiles (Podfile.lock)" if: github.actor == 'dependabot[bot]' runs-on: macOS-latest steps: @@ -37,7 +37,6 @@ jobs: - run: | bun install - git add bun.lockb cd example bun pods