Skip to content

Bump @nestjs/cli from 11.0.23 to 11.0.24 in the nestjs group #182

Bump @nestjs/cli from 11.0.23 to 11.0.24 in the nestjs group

Bump @nestjs/cli from 11.0.23 to 11.0.24 in the nestjs group #182

name: "Dependabot Automerge"
on:
pull_request:
branches:
- master
types: [opened, synchronize]
paths:
- "package.json"
- "pnpm-workspace.yaml"
- "packages/api/package.json"
- "packages/backend/package.json"
jobs:
build-and-merge:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Comment on PR
run: |
gh pr comment "$PR_URL" --body "@dependabot merge"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.DEPENDABOT_AUTOMERGE_GITHUB_TOKEN }}