Skip to content

Commit ff707d6

Browse files
Update dependabot.yml
1 parent afcf71e commit ff707d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot.yml

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

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

0 commit comments

Comments
 (0)