Skip to content

chore(deps-dev): bump @types/node from 25.3.0 to 25.3.1 #484

chore(deps-dev): bump @types/node from 25.3.0 to 25.3.1

chore(deps-dev): bump @types/node from 25.3.0 to 25.3.1 #484

Workflow file for this run

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