Skip to content

Commit 748f78c

Browse files
committed
chore(no-release): dependabot merge rebase
1 parent 9fa1c17 commit 748f78c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Enable auto-merge for Dependabot PRs
1919
if: ${{steps.metadata.outputs.dependency-group == 'minor-and-patch-updates'}}
20-
run: gh pr merge --auto --merge "$PR_URL"
20+
run: gh pr merge --auto --rebase "$PR_URL"
2121
env:
2222
PR_URL: ${{github.event.pull_request.html_url}}
2323
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)