diff --git a/.github/workflows/dependencies.yaml b/.github/workflows/dependencies.yaml index 38197bd..d3e57a4 100644 --- a/.github/workflows/dependencies.yaml +++ b/.github/workflows/dependencies.yaml @@ -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 \ No newline at end of file + git push --force --no-verify \ No newline at end of file