From 67157929826c3c314c9e1fe54206fbe54da9f37a Mon Sep 17 00:00:00 2001 From: Divlo Date: Sat, 11 Sep 2021 14:27:43 +0200 Subject: [PATCH] ci: add automerge-dependabot --- .github/workflows/Divlo.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/Divlo.yml b/.github/workflows/Divlo.yml index ef5ae54..2202aeb 100644 --- a/.github/workflows/Divlo.yml +++ b/.github/workflows/Divlo.yml @@ -105,6 +105,14 @@ jobs: - name: 'End To End (e2e) Test' run: 'npm run test:e2e' + automerge-dependabot: + needs: [analyze, lint, test-unit, test-e2e, test-lighthouse] + runs-on: 'ubuntu-latest' + steps: + - uses: 'fastify/github-action-merge-dependabot@v2.4.0' + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + release: if: github.ref == 'refs/heads/master' && github.event_name == 'push' needs: [analyze, lint, test-unit, test-e2e, test-lighthouse]