Skip to content

Commit 0acbb70

Browse files
authored
Update dependabot-auto.yaml
1 parent 7ce1995 commit 0acbb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-auto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Enable auto-merge for Dependabot PRs
1313
if: ${{ github.actor == 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository }}
14-
run: gh pr merge --auto --rebase "$PR_URL"
14+
run: gh pr merge --auto --squash "$PR_URL"
1515
env:
1616
PR_URL: ${{ github.event.pull_request.html_url }}
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)