Skip to content

Bump @types/node from 16.18.111 to 16.18.112 in /node #924

Bump @types/node from 16.18.111 to 16.18.112 in /node

Bump @types/node from 16.18.111 to 16.18.112 in /node #924

# https://github.com/ahmadnassri/action-dependabot-auto-merge
name: Dependabot Auto Merge
on:
# more info:
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests
pull_request_target:
jobs:
auto-merge:
runs-on: ubuntu-22.04
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: patch
# Note: This needs to be a PAT with (public) repo rights,
# PAT-owning user needs to have write access to this repo
# (dependabot needs to recognize the comment as coming from an allowed reviewer)
github-token: ${{ secrets.BOT_TOKEN }}