Skip to content

build(deps-dev): bump phpunit/phpunit from 10.4.2 to 10.5.10 #51

build(deps-dev): bump phpunit/phpunit from 10.4.2 to 10.5.10

build(deps-dev): bump phpunit/phpunit from 10.4.2 to 10.5.10 #51

Workflow file for this run

name: Auto Merge Dependabot PRs
on:
pull_request_target:
paths-ignore:
- '**.php'
- '**.yml'
- '**.md'
- '**.svg'
- '**.xml'
- '.gitattributes'
- '.gitignore'
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE }}