Skip to content

build(deps-dev): bump eslint-plugin-react from 7.34.2 to 7.34.3 #422

build(deps-dev): bump eslint-plugin-react from 7.34.2 to 7.34.3

build(deps-dev): bump eslint-plugin-react from 7.34.2 to 7.34.3 #422

Workflow file for this run

name: auto-merge
on: [pull_request_target]
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GH_TOKEN }}