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

build(deps-dev): bump symplify/easy-coding-standard from 11.2.5 to 13.2.13 #203

build(deps-dev): bump symplify/easy-coding-standard from 11.2.5 to 13.2.13

build(deps-dev): bump symplify/easy-coding-standard from 11.2.5 to 13.2.13 #203

Workflow file for this run

name: auto-merge
on:
pull_request_target:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2
with:
target: major
github-token: ${{ secrets.GITHUB_TOKEN }}