mirror of
https://github.com/ahmetb/kubectx.git
synced 2026-08-09 01:05:51 +00:00
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:
1
.github/workflows/dependabot.yml
vendored
1
.github/workflows/dependabot.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user