Skip to content

chore(deps): bump @vitest/browser from 3.2.3 to 3.2.4 #193

chore(deps): bump @vitest/browser from 3.2.3 to 3.2.4

chore(deps): bump @vitest/browser from 3.2.3 to 3.2.4 #193

name: Auto-merge Dependabot PRs
on:
pull_request_target:
branches: [ main ]
permissions:
contents: write
pull-requests: write
checks: read
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}