Skip to content

chore(deps): bump the uv group across 1 directory with 7 updates #1

chore(deps): bump the uv group across 1 directory with 7 updates

chore(deps): bump the uv group across 1 directory with 7 updates #1

name: Auto-approve Dependabot
on: pull_request_target
permissions:
pull-requests: write
jobs:
approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve Dependabot PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}