Skip to content

Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.19.2 to 2.20.0 #838

Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.19.2 to 2.20.0

Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.19.2 to 2.20.0 #838

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"