Skip to content

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3 in /kotlin-junit5 #332

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3 in /kotlin-junit5

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3 in /kotlin-junit5 #332

Workflow file for this run

name: Dependabot
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/[email protected]
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Approve patch and minor updates
if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' }} || steps.dependabot-metadata.outputs.package-ecosystem == 'github-actions' }}
run: gh pr review $PR_URL --approve -b "Pull request **approved** because **it includes a patch or minor update**"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}