From 44255f3771f4717e4fefb9f3689a9e2be9bff5cd Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 2 Mar 2022 20:14:42 +0100 Subject: Add automerging of dependencies if they pass the CI --- .github/workflows/node.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 9c9438c..cb357d7 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -22,3 +22,14 @@ jobs: run: yarn lint:ci - name: Build the project run: yarn build:ci + + automerge: + needs: build + runs-on: ubuntu-latest + permissions: + pull-requests: write + contents: write + steps: + - uses: fastify/github-action-merge-dependabot@v3.0.0 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file -- cgit v1.2.3