Skip to content

Bump @aws-sdk/client-eventbridge from 3.848.0 to 3.855.0 in the all-npm group #16

Bump @aws-sdk/client-eventbridge from 3.848.0 to 3.855.0 in the all-npm group

Bump @aws-sdk/client-eventbridge from 3.848.0 to 3.855.0 in the all-npm group #16

name: Enable auto-merge on Dependabot PRs
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Enable Pull Request Automerge
run: gh pr merge --squash --auto ${{ github.event.pull_request.number }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}