Skip to content

Bump notistack from 3.0.1 to 3.0.2 #808

Bump notistack from 3.0.1 to 3.0.2

Bump notistack from 3.0.1 to 3.0.2 #808

Workflow file for this run

name: Auto merge dependabot
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
command: squash and merge
github-token: ${{ secrets.AUTO_MERGE_PERSONAL_TOKEN }}