Skip to content

Bump software.amazon.awssdk:bom from 2.30.3 to 2.30.5 #261

Bump software.amazon.awssdk:bom from 2.30.3 to 2.30.5

Bump software.amazon.awssdk:bom from 2.30.3 to 2.30.5 #261

name: Dependabot auto-merge
on: pull_request
jobs:
build:
if: github.actor == 'dependabot[bot]'
uses: ./.github/workflows/shared-build.yml
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
needs: [ build ]
permissions:
contents: write
pull-requests: write
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}