Skip to content

chore(deps-dev): bump @types/node from 18.16.3 to 20.8.2 #1117

chore(deps-dev): bump @types/node from 18.16.3 to 20.8.2

chore(deps-dev): bump @types/node from 18.16.3 to 20.8.2 #1117

Workflow file for this run

name: auto-merge
on:
pull_request_target:
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GH_TOKEN }}