Skip to content

Commit dae8665

Browse files
authored
Switch dependabot automerge strategy to squash (#446)
1 parent 563a088 commit dae8665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-automerge.yaml

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-
run: gh pr merge --auto --merge "$PR_URL"
20+
run: gh pr merge --auto --squash "$PR_URL"
2121
env:
2222
PR_URL: ${{github.event.pull_request.html_url}}
2323
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)