Skip to content

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1 #17

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1 #17

name: dependabot-pr-auto-merge
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
dependabot-pr-auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: dependabot-pr-fetch-metadata
uses: dependabot/fetch-metadata@v2
- name: dependabot-pr-approve
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.PAT_DEPENDABOT_PR_AUTO_MERGE}}
- name: dependabot-pr-auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.PAT_DEPENDABOT_PR_AUTO_MERGE}}