Skip to content

Bump eslint from 9.1.0 to 9.1.1 in /scripts in the node-dependencies group #2057

Bump eslint from 9.1.0 to 9.1.1 in /scripts in the node-dependencies group

Bump eslint from 9.1.0 to 9.1.1 in /scripts in the node-dependencies group #2057

name: Automerge Dependabot PR
on:
pull_request_target:
branches: [ master ]
jobs:
automerge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable Automerge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Approve
uses: hmarr/auto-approve-action@v4.0.0