Skip to content

build(deps-dev): bump vitepress from 1.0.0-rc.31 to 1.0.0-rc.32 #47

build(deps-dev): bump vitepress from 1.0.0-rc.31 to 1.0.0-rc.32

build(deps-dev): bump vitepress from 1.0.0-rc.31 to 1.0.0-rc.32 #47

Workflow file for this run

name: Dependabot Auto Merge
on:
pull_request:
types: [labeled, edited]
jobs:
dependabot:
name: Dependabot
runs-on: ubuntu-latest
permissions: write-all
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}