Skip to content

Bump react-select from 5.8.2 to 5.8.3 #1211

Bump react-select from 5.8.2 to 5.8.3

Bump react-select from 5.8.2 to 5.8.3 #1211

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 }}