Skip to content

build(deps): bump serde from 1.0.216 to 1.0.217 #95

build(deps): bump serde from 1.0.216 to 1.0.217

build(deps): bump serde from 1.0.216 to 1.0.217 #95

name: Auto Merge Dependabot PRs
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: major
github-token: ${{secrets.DEPENDABOT_AUTOMERGE_TOKEN}}