Skip to content

Commit daa9662

Browse files
authored
Update 99-auto-merge.yml
1 parent ae28cb5 commit daa9662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/99-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2222

2323
- name: 🤖 Enable auto-merge for Dependabot PRs
24-
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
24+
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
2525
run: gh pr merge --auto --squash "$PR_URL"
2626
env:
2727
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)