Skip to content

Commit e539d44

Browse files
Update dependabot.yml (#165)
1 parent 58862b5 commit e539d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Enable auto-merge for Dependabot PRs
2121
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
22-
run: gh pr merge --auto --merge "$PR_URL"
22+
run: gh pr merge --auto --squash "$PR_URL"
2323
env:
2424
PR_URL: ${{github.event.pull_request.html_url}}
2525
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)