Skip to content

Bump eslint-plugin-jest from 27.9.0 to 28.10.0 #1248

Bump eslint-plugin-jest from 27.9.0 to 28.10.0

Bump eslint-plugin-jest from 27.9.0 to 28.10.0 #1248

Workflow file for this run

name: Dependabot Auto Merge
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
auto-merge:
name: Auto merge
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use auto merge action
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.PAT }}