Skip to content

build(deps-dev): bump @types/node from 25.9.3 to 26.1.0 #126

build(deps-dev): bump @types/node from 25.9.3 to 26.1.0

build(deps-dev): bump @types/node from 25.9.3 to 26.1.0 #126

name: Auto-merge Dependabot PRs
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}