From 6a69b98f9840996eb39f79594e75b9f2b967f3ea Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Mon, 12 Jul 2021 03:45:08 -0500 Subject: Create dependabotmerge.yml --- .github/workflows/dependabotmerge.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dependabotmerge.yml (limited to '.github') diff --git a/.github/workflows/dependabotmerge.yml b/.github/workflows/dependabotmerge.yml new file mode 100644 index 0000000..aa82322 --- /dev/null +++ b/.github/workflows/dependabotmerge.yml @@ -0,0 +1,11 @@ +name: CI +on: [push, pull_request] + +jobs: + automerge: + needs: build + runs-on: ubuntu-latest + steps: + - uses: fastify/github-action-merge-dependabot@v2.1.1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} -- cgit