Skip to content

Bump org.json:json from 20240303 to 20250107 #580

Bump org.json:json from 20240303 to 20250107

Bump org.json:json from 20240303 to 20250107 #580

Workflow file for this run

name: Automerge Dependabot PRs
on:
pull_request:
branches:
- development
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.title, 'AWS')
steps:
- name: Automerge
uses: pascalgn/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash
commit-message-template: "chore(dependencies): update dependencies"