build(deps-dev): bump @types/node from 16.18.115 to 16.18.119 #314
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto-merge Dependabot | |
on: pull_request | |
jobs: | |
automerge: | |
runs-on: ubuntu-latest | |
if: github.actor == 'dependabot[bot]' | |
steps: | |
- uses: peter-evans/enable-pull-request-automerge@v3 | |
with: | |
token: ${{ secrets.ACTIONS_BOT_TOKEN }} | |
pull-request-number: ${{ github.event.pull_request.number }} | |
merge-method: squash |