Skip to content

Bump the dev-dependencies group with 4 updates #996

Bump the dev-dependencies group with 4 updates

Bump the dev-dependencies group with 4 updates #996

Workflow file for this run

name: Dependabot Auto-approve
on: pull_request
permissions:
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}