Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group #20

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group #20

Workflow file for this run

name: Auto-merge
on: [pull_request]
jobs:
auto-merge:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Squash and merge minor updates
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash
target: minor