Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

build(deps-dev): bump @types/node from 20.5.6 to 20.5.7 #216

build(deps-dev): bump @types/node from 20.5.6 to 20.5.7

build(deps-dev): bump @types/node from 20.5.6 to 20.5.7 #216

name: 'dependabot-automerge'
on: # rebuild any PRs and main branch changes
pull_request:
types: [opened, reopened]
permissions: write-all
jobs:
dependabot:
name: 'Enable auto-merge for Dependabot'
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.6.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "${PR_URL}"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}