Skip to content

Commit c6944b5

Browse files
committed
💚 ci: fix automerge for minor dependabot updates
1 parent d2b4fac commit c6944b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Enable auto-merge for Dependabot PRs
19-
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
19+
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
2020
run: gh pr merge --auto --merge "$PR_URL"
2121
env:
2222
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)