Skip to content

Bump vite from 5.3.5 to 5.4.6 #127

Bump vite from 5.3.5 to 5.4.6

Bump vite from 5.3.5 to 5.4.6 #127

Workflow file for this run

name: Auto Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ github.token }}