Skip to content

Bump software.amazon.awssdk:cognitoidentity from 2.29.31 to 2.29.35 #540

Bump software.amazon.awssdk:cognitoidentity from 2.29.31 to 2.29.35

Bump software.amazon.awssdk:cognitoidentity from 2.29.31 to 2.29.35 #540

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:
mergeMethod: squash
commitMessageTemplate: "chore(dependencies): update dependencies"
token: ${{ secrets.GITHUB_TOKEN }}