Skip to content

Bump the npm group across 1 directory with 4 updates #252

Bump the npm group across 1 directory with 4 updates

Bump the npm group across 1 directory with 4 updates #252

Workflow file for this run

name: auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Enable auto-merge for Dependabot Dependabot Pull Request
run: |
gh pr review --approve "$PR_URL"
gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}