Skip to content

Bump eslint from 8.55.0 to 8.56.0 #913

Bump eslint from 8.55.0 to 8.56.0

Bump eslint from 8.55.0 to 8.56.0 #913

Workflow file for this run

name: Auto-Merge Dependabot PRs
on:
pull_request_target:
permissions:
pull-requests: write
contents: write
jobs:
auto-merge:
name: Auto-Merge Dependabot PRs
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}