Skip to content

Bump @types/node from 24.12.2 to 25.5.2 #4

Bump @types/node from 24.12.2 to 25.5.2

Bump @types/node from 24.12.2 to 25.5.2 #4

Workflow file for this run

name: Enable automerge on dependabot PRs
on:
pull_request_target:
jobs:
automerge:
name: Enable automerge on dependabot PRs
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
if: github.actor == 'dependabot[bot]'
steps:
- run: gh pr merge ${{ github.event.pull_request.html_url }} --auto --squash
- run: gh pr review ${{ github.event.pull_request.html_url }} --approve
env:
GH_TOKEN: ${{ github.token }}