Skip to content

Bump curl-cffi from 0.6.3 to 0.7.0 in /apps/api in the pip group across 1 directory #346

Bump curl-cffi from 0.6.3 to 0.7.0 in /apps/api in the pip group across 1 directory

Bump curl-cffi from 0.6.3 to 0.7.0 in /apps/api in the pip group across 1 directory #346

name: Dependabot auto-approve
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}