Skip to content

chore(deps-dev): bump @types/node from 22.18.12 to 24.9.1 in /backend #221

chore(deps-dev): bump @types/node from 22.18.12 to 24.9.1 in /backend

chore(deps-dev): bump @types/node from 22.18.12 to 24.9.1 in /backend #221

name: Dependabot Auto Merge
on:
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
jobs:
automerge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Auto-merge Dependabot PRs
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash
target: minor