Skip to content

Commit df9e199

Browse files
authored
Merge pull request #150 from nmccready/dependabot/npm_and_yarn/all-dependencies-bc83ed7593
chore(deps): bump the all-dependencies group with 4 updates
2 parents 2081b10 + 49fd261 commit df9e199

3 files changed

Lines changed: 526 additions & 525 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
PR_URL: ${{ github.event.pull_request.html_url }}
2424
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525

26-
- name: Enable auto-merge (squash)
27-
run: gh pr merge --squash --auto "$PR_URL"
26+
- name: Enable auto-merge
27+
run: gh pr merge --merge --auto "$PR_URL"
2828
env:
2929
PR_URL: ${{ github.event.pull_request.html_url }}
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)