Skip to content

auto-update(deps): bump the all-dependencies group with 3 updates #5

auto-update(deps): bump the all-dependencies group with 3 updates

auto-update(deps): bump the all-dependencies group with 3 updates #5

name: Dependabot Auto-Merge
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
dependabot-auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
permissions:
contents: write
pull-requests: write
steps:
- name: Enable auto-merge for Dependabot PRs
run: |
gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}