Skip to content

Bump eslint-plugin-jest from 27.9.0 to 28.4.0 #1019

Bump eslint-plugin-jest from 27.9.0 to 28.4.0

Bump eslint-plugin-jest from 27.9.0 to 28.4.0 #1019

Workflow file for this run

name: Auto-Merge Dependabot PRs
on:
pull_request_target:
permissions:
pull-requests: write
contents: write
jobs:
auto-merge:
name: Auto-Merge Dependabot PRs
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}