Skip to content

build(deps-dev): bump @types/node from 20.9.0 to 20.9.2 #33

build(deps-dev): bump @types/node from 20.9.0 to 20.9.2

build(deps-dev): bump @types/node from 20.9.0 to 20.9.2 #33

Workflow file for this run

name: Dependabot Auto Merge
on:
pull_request:
types: [labeled, edited]
jobs:
dependabot:
name: Dependabot
runs-on: ubuntu-latest
permissions: write-all
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}