Skip to content

build(deps): bump dev.harrel:json-schema from 1.2.0 to 1.2.1 in /implementations/java-json-schema #607

build(deps): bump dev.harrel:json-schema from 1.2.0 to 1.2.1 in /implementations/java-json-schema

build(deps): bump dev.harrel:json-schema from 1.2.0 to 1.2.1 in /implementations/java-json-schema #607

name: Dependabot Auto-Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}