Skip to content

[TASK]: Bump phpunit/phpunit from 9.5.27 to 9.6.16 #198

[TASK]: Bump phpunit/phpunit from 9.5.27 to 9.6.16

[TASK]: Bump phpunit/phpunit from 9.5.27 to 9.6.16 #198

Workflow file for this run

name: Dependabot auto-merge
on:
pull_request:
types: [opened]
jobs:
dependabot-auto-merge:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.MERGE_TOKEN }}