Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

deps(dev): bump @types/node from 22.15.29 to 24.0.3 #153

deps(dev): bump @types/node from 22.15.29 to 24.0.3

deps(dev): bump @types/node from 22.15.29 to 24.0.3 #153

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Authenticate cli with a PAT
run: echo "${{ secrets.DEPENDABOT_TOKEN }}" | gh auth login --with-token
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}