Skip to content

chore(deps-dev): bump the minor-patch group with 2 updates #67

chore(deps-dev): bump the minor-patch group with 2 updates

chore(deps-dev): bump the minor-patch group with 2 updates #67

name: Auto merge Dependabot pull requests
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
name: Auto merge Dependabot pull requests
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Approve
run: gh pr review "$PR_NUMBER" --approve
env:
PR_NUMBER: ${{ github.event.number }}
GH_TOKEN: ${{ secrets.LOCALSTACK_BOT_TOKEN }}
- name: Enable auto-merge
run: gh pr merge "$PR_NUMBER" --auto --squash
env:
PR_NUMBER: ${{ github.event.number }}
GH_TOKEN: ${{ secrets.LOCALSTACK_BOT_TOKEN }}