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

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