Skip to content

build(deps): Bump scikit-learn from 1.4.1.post1 to 1.5.1 #1905

build(deps): Bump scikit-learn from 1.4.1.post1 to 1.5.1

build(deps): Bump scikit-learn from 1.4.1.post1 to 1.5.1 #1905

---
name: Auto-Merge-Dependabot
on: # yamllint disable-line rule:truthy
pull_request_target:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_DEPENDABOT_TOKEN }}