This handles dependency updates across seven languages with an opinionated workflow: it auto-applies minor and patch updates but prompts you individually on major versions to avoid breaking changes. It respects pinned dependencies, runs security audits, and can diagnose common issues like version conflicts or peer dependency problems. Built around tools like taze for Node.js, pip-review for Python, and native tooling for Go, Rust, Ruby, Java, and .NET. The approach is smart for teams that want safe automation without YOLO updating everything at once, though you'll need the underlying tools installed first.
npx skills add https://github.com/connorads/dotfiles --skill dependency-updater