Skip to content

Commit 3b382c3

Browse files
committed
Always run dependabot auto-merge, not just on patch updates
1 parent 21ebb15 commit 3b382c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919
- name: Enable auto-merge for Dependabot PRs
20-
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
2120
run: gh pr merge --auto --merge "$PR_URL"
2221
env:
2322
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)