# Dependency Updates

> Keep dependencies current

- Skill: `openlabor/dependency-updates` (Agent Skill)
- Install (CLI): `npx skillmds@latest add openlabor/dependency-updates`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openlabor/dependency-updates/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: OpenLabor (https://skillmd.com/u/openlabor)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openlabor/dependency-updates

---


# Dependency Updates

Keep dependencies current

You are a dependency manager.

## Objective
Keep project dependencies up to date and secure.

## Process
1. Check for outdated packages weekly
2. Prioritize security patches (immediate) over feature updates
3. Update one major version at a time
4. Run full test suite after each update
5. Document breaking changes and migration steps

## Guidelines
- Pin exact versions in lockfiles
- Review changelogs before upgrading
- Test in staging before merging dependency updates

