Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #11

Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group

Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #11

name: Auto Merge Dependabot GitHub Actions Updates
on:
pull_request:
types:
- opened
- synchronize
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Auto-merge Dependabot PRs
run: |
gh pr merge ${{ github.event.pull_request.number }} --squash --admin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}