Skip to content

build(deps): bump fastify from 5.1.0 to 5.2.0 #730

build(deps): bump fastify from 5.1.0 to 5.2.0

build(deps): bump fastify from 5.1.0 to 5.2.0 #730

name: Merge Dependabot Pull Request to Dev Branch
on:
pull_request_target:
branches:
- dev
jobs:
merge-dependabot-pr-to-dev-branch:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Merge Dependabot Pull Request to Dev Branch
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
MERGE_DELETE_BRANCH: true
MERGE_FILTER_AUTHOR: dependabot[bot]
MERGE_LABELS: dependencies
MERGE_METHOD: rebase