Skip to content

chore(deps): bump ignore from 0.4.20 to 0.4.21 #88

chore(deps): bump ignore from 0.4.20 to 0.4.21

chore(deps): bump ignore from 0.4.20 to 0.4.21 #88

name: Dependabot auto approve
on:
pull_request_target:
branches:
- main
- master
- stable*
jobs:
dependabot-approve:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
merge-method: merge
target: minor
github-token: "${{ secrets.GITHUB_TOKEN }}"
use-github-auto-merge: true