Skip to content

Commit 05a4896

Browse files
chore: bump the dependencies group across 1 directory with 4 updates (#184)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d216f4e commit 05a4896

File tree

3 files changed

+156
-233
lines changed

3 files changed

+156
-233
lines changed

.github/workflows/auto-merge.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
name: Dependabot auto-approve
42
on: pull_request_target
53

@@ -19,7 +17,7 @@ jobs:
1917
github-token: "${{ secrets.GITHUB_TOKEN }}"
2018
- name: Enable auto-merge for Dependabot PRs
2119
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major'}}
22-
run: gh pr merge --auto --merge "$PR_URL"
20+
run: gh pr merge --auto --squash "$PR_URL"
2321
env:
2422
PR_URL: ${{github.event.pull_request.html_url}}
25-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
23+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)