Skip to content

Commit 68e862a

Browse files
authored
Automerge ALL updates
This repository notifies me every few months that it's broken and the fix is usually to update "some-dependency@v2" to "some-dependency@v3". I do not expect breaking changes and even if they existed, they would only break new builds.
1 parent 8c38a01 commit 68e862a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/dependabot-automerge.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)