Skip to content

Bump react-router-dom from 6.14.2 to 6.15.0 #3362

Bump react-router-dom from 6.14.2 to 6.15.0

Bump react-router-dom from 6.14.2 to 6.15.0 #3362

Workflow file for this run

name: Auto-merge
on:
pull_request_target:
branches: [main]
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge for new PRs
run: gh pr merge --auto --rebase "$URL"
if: github.actor == 'dependabot[bot]'
env:
URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.REPO_GITHUB_TOKEN}}