Skip to content

Commit aa22e50

Browse files
chore: allow auto-merge activation for all dependabot requests
1 parent d4e24fe commit aa22e50

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818

1919
- name: Enable auto-merge for Dependabot PRs
20-
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
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)