Skip to content

build(deps): bump clap from 4.5.48 to 4.5.51 #93

build(deps): bump clap from 4.5.48 to 4.5.51

build(deps): bump clap from 4.5.48 to 4.5.51 #93

Workflow file for this run

name: Dependabot Auto-Merge
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: |
gh pr review --approve "$PR_URL"
gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}