1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-12-12 20:46:52 +01:00

ci: add automerge-dependabot

This commit is contained in:
Divlo
2021-09-11 14:27:43 +02:00
parent ea07783db6
commit 6715792982

View File

@@ -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]