Skip to content

Commit

Permalink
Add dependabot automerge (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner authored May 21, 2021
1 parent 00cc7e4 commit f6f8c95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@ jobs:
run: yarn test-slow
env:
END_TO_END_TESTS: '${{ matrix.package-manager }}'

automerge:
needs: [lint, test, test-end-to-end]
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v2.0.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f6f8c95

Please sign in to comment.