Skip to content

chore(deps): bump serde_json from 1.0.108 to 1.0.113 #95

chore(deps): bump serde_json from 1.0.108 to 1.0.113

chore(deps): bump serde_json from 1.0.108 to 1.0.113 #95

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