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
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ updates:
interval: weekly
day: monday
open-pull-requests-limit: 5
# ort and ndarray are intentionally pinned for pyannote-rs compat: ort rc.12
# switched to ndarray 0.17, which conflicts with pyannote-rs's ndarray 0.16
# (see crates/core/Cargo.toml). Bumping either breaks the diarize build, so
# the cargo-minor-patch group failed repeatedly (#545, #572, #578) until they
# were ignored here. Revisit when pyannote-rs supports ndarray 0.17.
ignore:
- dependency-name: "ort"
- dependency-name: "ndarray"
groups:
cargo-minor-patch:
patterns: ["*"]
Expand Down