Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #191

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #191

Workflow file for this run

name: Dependabot
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve and auto-merge a PR
run: |
gh pr merge --auto --squash "$PR_URL"
gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}