Skip to content

chore(deps): bump @eslint/js from 9.16.0 to 9.19.0 #285

chore(deps): bump @eslint/js from 9.16.0 to 9.19.0

chore(deps): bump @eslint/js from 9.16.0 to 9.19.0 #285

Workflow file for this run

name: Dependabot Auto-Approve
on: pull_request
permissions:
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- id: metadata
name: Dependabot Fetch Metadata
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Dependabot Approve PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}