Bump boto3 from 1.26.165 to 1.28.33 #119
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 }} |