Skip to content

Bump @mui/material from 6.3.1 to 6.4.0 in /web #160

Bump @mui/material from 6.3.1 to 6.4.0 in /web

Bump @mui/material from 6.3.1 to 6.4.0 in /web #160

Workflow file for this run

name: Dependabot auto-approve
on:
pull_request:
branches: [main]
jobs:
auto-merge-dependabot:
name: Auto merge dependabot PR
timeout-minutes: 30
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
pull-requests: write
contents: write
steps:
- name: Merge PR from dependabot
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor
merge-method: rebase