Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #25

chore(deps): bump micromatch from 4.0.5 to 4.0.8

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #25

Workflow file for this run

name: Dependabot
on:
pull_request:
types: [opened, synchronize, labeled]
jobs:
changeset:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: hmarr/[email protected]
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Upsert changeset
uses: quantizor/dependabot-changesets@changelog
with:
owner: ${{ github.repository_owner }}
repo: markdown-to-jsx
pr-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.DEPENDABOT_TOKEN }}
include-changelog: true