Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 979aa9a

Browse files
chore(deps-dev): bump @types/node from 25.0.9 to 25.0.10 (#72)
* chore(deps-dev): bump @types/node from 25.0.9 to 25.0.10 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.0.9 to 25.0.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update auto-merge action for dependabot PRs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Hauschild <7961978+Morgy93@users.noreply.github.com>
1 parent 15bf9e1 commit 979aa9a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
if: github.actor == 'dependabot[bot]'
2828

2929
steps:
30-
- name: Auto-merge Dependabot PRs
31-
uses: pascalgn/merge-action@v0.15.6
32-
with:
33-
github_token: ${{ secrets.GITHUB_TOKEN }}
34-
merge_method: squash
30+
- name: Enable auto-merge for Dependabot PRs
31+
run: gh pr merge --auto --squash "$PR_URL"
32+
env:
33+
PR_URL: ${{github.event.pull_request.html_url}}
34+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)