Skip to content

Commit dda02e7

Browse files
committed
automerge on minor
1 parent 3a03311 commit dda02e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
github-token: "${{ secrets.GITHUB_TOKEN }}"
5454

5555
- name: Enable auto-merge for Dependabot PRs
56-
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
56+
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
5757
run: gh pr merge --auto --squash "$PR_URL"
5858
env:
5959
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)