Skip to content

chore: bump vitest from 0.15.2 to 1.3.0 #83

chore: bump vitest from 0.15.2 to 1.3.0

chore: bump vitest from 0.15.2 to 1.3.0 #83

Workflow file for this run

name: auto-merge dependabot
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor # includes patch updates!
github-token: ${{ secrets.GITHUB_TOKEN }}