Skip to content

Bump boto3 from 1.26.165 to 1.28.50 #136

Bump boto3 from 1.26.165 to 1.28.50

Bump boto3 from 1.26.165 to 1.28.50 #136

---
name: 'dependabot automation'
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
jobs:
add-pr-to-test:
if: ${{ github.actor == 'dependabot[bot]' && ( github.event.action == 'opened' || github.event.action == 'reopened' ) }}
uses: kernelsam/shared-workflows/.github/workflows/add-to-project.yml@main
with:
project-number: "2"
classic: false
secrets:
PROJECT_RW_TOKEN: ${{ secrets.PROJECT_RW_TOKEN }}
dependabot-approve-and-merge:
permissions:
contents: write
pull-requests: write
uses: kernelsam/shared-workflows/.github/workflows/dependabot-automation.yml@main
secrets:
CODEOWNER_PR_APPROVAL_TOKEN: ${{ secrets.CODEOWNER_PR_APPROVAL_TOKEN }}