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
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ updates:
# (edit the digest + `make scout-cuda` + GPU E2E), not via Dependabot.
# Drift is surfaced by the check-llama-pin.sh warn job (llama-pin-check.yml).
- dependency-name: "ghcr.io/ggml-org/llama.cpp"
# The nvidia/cuda base is deliberately pinned and coupled to
# version-specific apt package names (libcublas-12-8) in Dockerfile.cuda —
# even a MINOR bump (12.8→12.9) breaks the apt install, and a CUDA move
# needs the prod RTX 3090 driver + `make scout-cuda`. Bump it by hand, so
# ignore all update types (not just major).
- dependency-name: "nvidia/cuda"
# node is the dashboard build-stage image: stay on the active LTS (24).
# node 26 is "Current" until ~2026-10; adopt it deliberately once it's LTS.
- dependency-name: "node"
update-types: ["version-update:semver-major"]

# GitHub Actions
- package-ecosystem: "github-actions"
Expand Down
Loading