Skip to content

Bump vite from 5.4.11 to 6.0.6 in /web #138

Bump vite from 5.4.11 to 6.0.6 in /web

Bump vite from 5.4.11 to 6.0.6 in /web #138

Workflow file for this run

name: Dependabot auto-approve
on:
pull_request:
branches: [main]
jobs:
auto-merge-dependabot:
name: Auto merge dependabot PR
timeout-minutes: 30
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
pull-requests: write
contents: write
steps:
- name: Merge PR from dependabot
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor
merge-method: rebase