Skip to content

chore(deps-dev): bump vite from 5.4.11 to 6.0.3 #37

chore(deps-dev): bump vite from 5.4.11 to 6.0.3

chore(deps-dev): bump vite from 5.4.11 to 6.0.3 #37

Workflow file for this run

name: Dependabot auto-merge
on:
- pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
name: Update the dependencies
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'theholocron/react-template'
steps:
- uses: dependabot/fetch-metadata@v2
name: Fetch Dependabot metadata
id: metadata
- run: gh pr merge --auto --squash "$PR_URL"
name: Enable auto-merge for Dependabot PRs
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}