Skip to content

chore(deps): bump uuid from 8.3.2 to 11.1.0 #81

chore(deps): bump uuid from 8.3.2 to 11.1.0

chore(deps): bump uuid from 8.3.2 to 11.1.0 #81

name: Dependabot Auto Approve
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Auto approve dependabot PRs
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}