Skip to content

build(deps): bump rust from 1.83 to 1.84 #97

build(deps): bump rust from 1.83 to 1.84

build(deps): bump rust from 1.83 to 1.84 #97

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}}