Skip to content

chore(deps-dev): bump eslint from 8.32.0 to 8.51.0 #89

chore(deps-dev): bump eslint from 8.32.0 to 8.51.0

chore(deps-dev): bump eslint from 8.32.0 to 8.51.0 #89

Workflow file for this run

name: Enable automerge on dependabot PRs
on:
pull_request_target:
jobs:
automerge:
name: Enable automerge on dependabot PRs
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- run: gh pr merge --auto --squash
env:
GH_TOKEN: ${{ github.token }}