Skip to content

Bump @types/jest from 29.5.2 to 29.5.3 #6

Bump @types/jest from 29.5.2 to 29.5.3

Bump @types/jest from 29.5.2 to 29.5.3 #6

Workflow file for this run

name: Dependabot Automerge
on: pull_request_target
jobs:
dependabot:
if: github.actor == 'dependabot[bot]'
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge for Dependabot PRs
run: |
gh pr merge --auto --squash "$PR_URL"
npm version patch
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}