Skip to content

build(deps): bump dependabot/fetch-metadata from 2 to 3 #4

build(deps): bump dependabot/fetch-metadata from 2 to 3

build(deps): bump dependabot/fetch-metadata from 2 to 3 #4

name: Dependabot auto-merge
on: pull_request
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
permissions:
pull-requests: write
contents: write
steps:
- uses: dependabot/fetch-metadata@v3
- run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}