Skip to content

build(deps): bump @intlify/shared in the npm_and_yarn group (#145) #12

build(deps): bump @intlify/shared in the npm_and_yarn group (#145)

build(deps): bump @intlify/shared in the npm_and_yarn group (#145) #12

name: Auto merge PRs by Dependabot
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
inputs:
pr-number:
required: true
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
pr-number: ${{ github.event.inputs.pr-number }}
use-github-auto-merge: true