Skip to content

build(deps): bump rack from 3.2.4 to 3.2.5 #3798

build(deps): bump rack from 3.2.4 to 3.2.5

build(deps): bump rack from 3.2.4 to 3.2.5 #3798

name: auto-merge
on:
pull_request_target:
jobs:
auto-merge:
if: startsWith(github.head_ref, 'dependabot/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}