Skip to content

build(deps-dev): Bump jest-circus from 29.5.0 to 29.6.2 #167

build(deps-dev): Bump jest-circus from 29.5.0 to 29.6.2

build(deps-dev): Bump jest-circus from 29.5.0 to 29.6.2 #167

Workflow file for this run

name: Dependabot Auto Build
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
metadata:
runs-on: ubuntu-latest
outputs:
dependency-names: ${{ steps.metadata.outputs.dependency-names }}
steps:
- name: Dependabot metadata
uses: Xuanwo/[email protected]
id: metadata
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
dependabot:
needs: metadata
if: ${{ needs.metadata.outputs.dependency-names != '' }}
runs-on: ubuntu-latest
steps:
- 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.ROBOT_GITHUB_TOKEN }}