Skip to content

chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.12 to 1.32.14 #2057

chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.12 to 1.32.14

chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.12 to 1.32.14 #2057

name: Dependabot auto-merge
on:
pull_request:
branches:
- main
permissions:
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.6.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --squash "${{ github.event.pull_request.html_url }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}