Skip to content

Add build check for cases when dependabot update breaks the build #62

Add build check for cases when dependabot update breaks the build

Add build check for cases when dependabot update breaks the build #62

name: Dependabot
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
Auto-merge:
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_GITHUB_TOKEN }}
use-github-auto-merge: true