diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d132e0f5..ae159db1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -42,7 +42,7 @@ jobs: distribution: 'corretto' - name: Check backwards compatibility of changes run: .github/scripts/backwards_compatibility_check.sh - dependabot: + auto-merge: needs: [build] runs-on: ubuntu-latest if: github.event.pull_request.user.login == 'dependabot[bot]'