ci: auto-merge dependabot major version bumps

Drop the semver-major exclusion from the Dependabot auto-merge gate so
that major version PRs are also auto-approved and merged once CI passes,
matching the workflow already in place for minor and patch updates.
This commit is contained in:
Ahmet Alp Balkan
2026-07-17 17:05:44 -07:00
parent 17df3085a1
commit 1e889ce715

View File

@@ -17,7 +17,6 @@ jobs:
uses: dependabot/fetch-metadata@v2
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}