Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
# SwiftPM dependencies. Dependabot keeps Package.swift requirements and
# Package.resolved current within their declared ranges.
#
# Note on mlx-swift-lm: it is pinned `exact:` to an alpha tag. A Dependabot
# PR bumping it is a useful "new alpha is available" signal, but it is alpha
# software on which the whole inference path depends, so such a PR must be
# integration-tested against a real model before merging, never auto-merged.
- package-ecosystem: "swift"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
commit-message:
prefix: "chore"

# GitHub Actions used by the CI and release workflows.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
Loading