diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 876f611f..2aa72176 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -7,6 +7,15 @@ jobs: auto-approve: runs-on: ubuntu-latest steps: + + - uses: alexwilson/enable-github-automerge-action@1.0.0 + if: > + github.actor == 'dependabot[bot]' + || github.actor == 'dependabot-preview[bot]' + with: + merge-method: "REBASE" + github-token: "${{ secrets.GITHUB_TOKEN }}" + - uses: hmarr/auto-approve-action@v2.1.0 if: > github.actor == 'dependabot[bot]'