Skip to content

deps: bump @mui/x-data-grid from 9.1.0 to 9.2.0 in /Lighthouse.Frontend #1800

deps: bump @mui/x-data-grid from 9.1.0 to 9.2.0 in /Lighthouse.Frontend

deps: bump @mui/x-data-grid from 9.1.0 to 9.2.0 in /Lighthouse.Frontend #1800

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'letpeoplework/lighthouse'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.DEPENDABOT_GITHUB_TOKEN}}