Skip to content

chore(deps): bump micromatch from 4.0.7 to 4.0.8 #16

chore(deps): bump micromatch from 4.0.7 to 4.0.8

chore(deps): bump micromatch from 4.0.7 to 4.0.8 #16

Workflow file for this run

name: Auto Approve Dependabot PRs
on:
pull_request_target:
types: [labeled]
pull_request:
types: [labeled]
jobs:
AutoUpdateDependabot:
name: Auto-Approve and enable Auto-Merge for all Dependabot PRs
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
# Enable auto-merge *before* issuing an approval.
- name: Enable Github Automerge
uses: alexwilson/enable-github-automerge-action@main
with:
github-token: '${{ secrets.RELEASE_PLEASE_TOKEN }}'
# We "trust" dependabot updates (this still requires all other checks to pass!)
- uses: hmarr/auto-approve-action@5d04a5ca6da9aeb8ca9f31a5239b96fc3e003029
with:
github-token: '${{ secrets.RELEASE_PLEASE_TOKEN }}'