Skip to content

Commit efc55f0

Browse files
committed
Auto-merge on minor releases
Issue gh-11
1 parent 01aaf34 commit efc55f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge-dependabot-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
- name: Enable auto-merge for Dependabot PRs
20-
if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' }}
20+
if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor' }}
2121
env:
2222
PR_URL: ${{github.event.pull_request.html_url}}
2323
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)