aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/dependabotmerge.yml
blob: aa823222c6e955beac9983cb999e25df12d50630 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: CI
on: [push, pull_request]

jobs:
  automerge:
    needs: build
    runs-on: ubuntu-latest
    steps:
      - uses: fastify/github-action-merge-dependabot@v2.1.1
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}