Skip to content

Commit ef4fbce

Browse files
committed
fix: remove conditional check for specific dependency in Dependabot auto-merge workflow
1 parent 8603302 commit ef4fbce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/dependabot-merge.yaml

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

0 commit comments

Comments
 (0)