Skip to content

Bump vite from 6.0.10 to 6.0.11 #810

Bump vite from 6.0.10 to 6.0.11

Bump vite from 6.0.10 to 6.0.11 #810

Workflow file for this run

name: Auto merge dependabot
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
command: squash and merge
github-token: ${{ secrets.AUTO_MERGE_PERSONAL_TOKEN }}