Skip to content

chore(deps-dev): bump @types/node from 18.15.11 to 20.11.19 #430

chore(deps-dev): bump @types/node from 18.15.11 to 20.11.19

chore(deps-dev): bump @types/node from 18.15.11 to 20.11.19 #430

Workflow file for this run

name: CI Dependencies
on: pull_request
jobs:
automerge:
name: Automerge Dependabot PRs
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
checks: read
steps:
- name: Wait for checks to succeed
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
running-workflow-name: 'Automerge Dependabot PRs'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor