Skip to content

build(deps-dev): bump @types/node from 20.14.10 to 22.10.3 #944

build(deps-dev): bump @types/node from 20.14.10 to 22.10.3

build(deps-dev): bump @types/node from 20.14.10 to 22.10.3 #944

Workflow file for this run

name: auto merge dependabot minor and patch updates
on:
pull_request:
workflow_dispatch:
jobs:
auto-merge:
name: Auto-merge dependabot PRs
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: auto-merge if minor or patch
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.GH_TOKEN }}
command: squash and merge