Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.21 to 1.18.22 #55

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.21 to 1.18.22

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.21 to 1.18.22 #55

Workflow file for this run

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}