Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Bump cypress from 15.13.0 to 15.14.0 in /e2e #1024

Bump cypress from 15.13.0 to 15.14.0 in /e2e

Bump cypress from 15.13.0 to 15.14.0 in /e2e #1024

name: Dependabot auto-merge
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v3.0.0
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}