Skip to content

Bump @vitejs/plugin-react from 5.1.2 to 5.1.3 #4495

Bump @vitejs/plugin-react from 5.1.2 to 5.1.3

Bump @vitejs/plugin-react from 5.1.2 to 5.1.3 #4495

name: Enable automerge on dependabot PRs
on:
pull_request_target:
jobs:
autoapprove:
name: Auto-Approve a PR by dependabot
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: cognitedata/auto-approve-dependabot-action@v3.0.1
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PERSONAL_ACCESS_TOKEN }}
automerge:
name: Enable automerge on dependabot PRs
needs: autoapprove
runs-on: ubuntu-latest
steps:
- name: Enable automerge on dependabot PRs
uses: daneden/enable-automerge-action@v1
with:
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PERSONAL_ACCESS_TOKEN }}