#8 Dependency version-update PRs (not just security fixes)

open
Opened by atgreen

Summary

Today cave only opens fix PRs for security alerts (OSV match → speculative build → PR if green; see start-speculative-fix / process-pending-fixes in src/deps-fix.lisp). Dependabot also does version updates: keep dependencies current even when there's no advisory. We want that second mode.

Why it's harder than the security path

The security path is registry-agnostic: OSV tells us the fixed version, so we never query a package registry. Version updates require knowing the latest available version, which means querying each ecosystem's registry — and that is highly repo/environment dependent:

Proposed shape

Notes

Filed from the dependency-updates work; see docs/design/DESIGN_DEPENDENCY_UPDATES.md.

Comments (0)

No comments yet.