File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ updates:
1616 - " 🛠 dependencies"
1717 - " 🤖 android"
1818
19- - package-ecosystem : " npm "
19+ - package-ecosystem : " bun "
2020 directories :
2121 - " /docs/"
2222 schedule :
@@ -28,22 +28,22 @@ updates:
2828 patterns :
2929 - " @docusaurus/*"
3030
31- # - package-ecosystem: "npm "
31+ # - package-ecosystem: "bun "
3232 # directory: "/package/"
3333 # schedule:
3434 # interval: "monthly"
3535 # labels:
3636 # - "🛠 dependencies"
3737 # - "☕️ js"
38- # - package-ecosystem: "npm "
38+ # - package-ecosystem: "bun "
3939 # directory: "/example/"
4040 # schedule:
4141 # interval: "monthly"
4242 # labels:
4343 # - "🛠 dependencies"
4444 # - "🛸 example"
4545 # - "☕️ js"
46- # - package-ecosystem: "npm "
46+ # - package-ecosystem: "bun "
4747 # directory: "/docs/"
4848 # schedule:
4949 # interval: "monthly"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717
1818jobs :
1919 update-lockfiles :
20- name : " Update lockfiles (bun.lockb + Podfile.lock)"
20+ name : " Update lockfiles (Podfile.lock)"
2121 if : github.actor == 'dependabot[bot]'
2222 runs-on : macOS-latest
2323 steps :
3737
3838 - run : |
3939 bun install
40- git add bun.lockb
4140
4241 cd example
4342 bun pods
You can’t perform that action at this time.
0 commit comments