Skip to content

ci: add dependabot with auto-merge action #1

ci: add dependabot with auto-merge action

ci: add dependabot with auto-merge action #1

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- rc
pull_request:
jobs:
dependabot:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
merge-method: 'rebase'
target: 'minor'
github-token: ${{ github.token }}