Skip to content

build(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.3 to 2.16.0 #93

build(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.3 to 2.16.0

build(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.3 to 2.16.0 #93

name: Auto-merge Dependabot PRs
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
merge-dependabot-pr:
runs-on: ubuntu-22.04
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Fetch Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526
- name: Enable auto-merge for minor updates
if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr review --approve ${{ github.event.pull_request.html_url }}
gh pr merge --auto --squash ${{ github.event.pull_request.html_url }}