Skip to content

build(deps-dev): bump jest from 29.7.0 to 30.0.0 #265

build(deps-dev): bump jest from 29.7.0 to 30.0.0

build(deps-dev): bump jest from 29.7.0 to 30.0.0 #265

Workflow file for this run

name: dependabot
on: pull_request_target
concurrency:
group: ${{ github.workflow_ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ github.token }}
steps:
- name: Approve Dependabot PR
run: gh pr review --approve $PR_URL
- name: Auto-merge Dependabot PR
if: contains(github.event.pull_request.title, 'deps-dev')
run: gh pr merge --auto --squash $PR_URL