Skip to content

fix(deps-dev): bump the all-minor-patch group with 2 updates #193

fix(deps-dev): bump the all-minor-patch group with 2 updates

fix(deps-dev): bump the all-minor-patch group with 2 updates #193

name: Dependabot Auto-Merge
on:
pull_request_target:
types: [opened, reopened, synchronize, edited]
permissions:
contents: write
pull-requests: write
jobs:
automerge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Auto-approve (optional)
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge
if: github.event.pull_request.state == 'open'
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ github.event.pull_request.number }}
merge-method: squash