Skip to content

build(deps): bump @prisma/client from 7.3.0 to 7.4.0 in /typescript/prisma #114

build(deps): bump @prisma/client from 7.3.0 to 7.4.0 in /typescript/prisma

build(deps): bump @prisma/client from 7.3.0 to 7.4.0 in /typescript/prisma #114

# Auto-approves and enables squash merge for Dependabot PRs.
# Merge occurs after CI Gate passes.
name: Dependabot Auto-merge
permissions: {}
on:
pull_request:
jobs:
automerge:
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: write # required to approve PR
contents: write # required to enable auto-merge
steps:
- uses: dependabot/fetch-metadata@v2
- name: Approve and enable auto-merge
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr review --approve "$PR_URL"
gh pr merge --auto --squash "$PR_URL"