Skip to content

Commit

Permalink
chore: Use bun for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 17, 2025
1 parent 6501b63 commit 64c3f7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ updates:
- "🛠 dependencies"
- "🤖 android"

- package-ecosystem: "npm"
- package-ecosystem: "bun"
directories:
- "/docs/"
schedule:
Expand All @@ -28,22 +28,22 @@ 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"
# labels:
# - "🛠 dependencies"
# - "🛸 example"
# - "☕️ js"
# - package-ecosystem: "npm"
# - package-ecosystem: "bun"
# directory: "/docs/"
# schedule:
# interval: "monthly"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -37,7 +37,6 @@ jobs:

- run: |
bun install
git add bun.lockb
cd example
bun pods
Expand Down

0 comments on commit 64c3f7c

Please # to comment.