Skip to content

build(deps-dev): bump @types/node from 22.15.30 to 24.0.1 #267

build(deps-dev): bump @types/node from 22.15.30 to 24.0.1

build(deps-dev): bump @types/node from 22.15.30 to 24.0.1 #267

Workflow file for this run

name: dependabot
on: pull_request_target
concurrency:
group: ${{ github.workflow_ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ github.token }}
steps:
- name: Approve Dependabot PR
run: gh pr review --approve $PR_URL
- name: Auto-merge Dependabot PR
if: contains(github.event.pull_request.title, 'deps-dev')
run: gh pr merge --auto --squash $PR_URL