Skip to content

Bump org.mockito:mockito-core from 5.15.2 to 5.18.0 #191

Bump org.mockito:mockito-core from 5.15.2 to 5.18.0

Bump org.mockito:mockito-core from 5.15.2 to 5.18.0 #191

name: Dependabot auto-merge
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
dependabot-auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}