diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 4e4d0c27..8debacff 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -22,7 +22,7 @@ jobs: - name: Enable auto-merge for Dependabot PRs if: > github.actor == 'dependabot[bot]' - && steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' + && steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' run: gh pr merge --auto --rebase "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}}