Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/json2md-2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcelenza authored Apr 22, 2024
2 parents 5483adb + 2930095 commit e635650
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/mocha": "10.0.6",
"@types/node": "20.12.7",
"@types/parse-duration": "0.3.0",
"@types/yargs": "17.0.29",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.21.0",
"chai": "4.3.10",
Expand Down

0 comments on commit e635650

Please sign in to comment.