Skip to content

fix: bump vite from 3.1.8 to 5.0.12 in /packages/react-scroll-section #492

fix: bump vite from 3.1.8 to 5.0.12 in /packages/react-scroll-section

fix: bump vite from 3.1.8 to 5.0.12 in /packages/react-scroll-section #492

Workflow file for this run

name: auto-merge
on: [pull_request, pull_request_target]
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.MYTOKEN }}