Skip to content

Commit

Permalink
ci(deps): ignore scripts for dependabot bunlock rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Jul 24, 2024
1 parent 1ea6990 commit 302f794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- run: |
bun install --yarn
bun install --yarn --ignore-scripts
git add bun.lockb
git config --global user.name 'dependabot[bot]'
git config --global user.email 'dependabot[bot]@users.noreply.github.com'
git commit --amend --no-edit
git push --force
git push --force --no-verify

0 comments on commit 302f794

Please sign in to comment.