Skip to content

Bump eslint from 8.57.1 to 9.15.0 #251

Bump eslint from 8.57.1 to 9.15.0

Bump eslint from 8.57.1 to 9.15.0 #251

name: dependabot
on:
pull_request_target
jobs:
approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- uses: hmarr/auto-approve-action@v4.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge:
runs-on: ubuntu-latest
needs: approve
steps:
- name: Merge Comment
uses: actions-ecosystem/action-create-comment@v1.0.2
with:
github_token: ${{ secrets.DIST_TOKEN }}
body: "@dependabot merge"