Skip to content

Bump software.amazon.awssdk:bom from 2.29.43 to 2.29.44 #573

Bump software.amazon.awssdk:bom from 2.29.43 to 2.29.44

Bump software.amazon.awssdk:bom from 2.29.43 to 2.29.44 #573

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"