| 1 | --- |
| 2 | name: dependency-update |
| 3 | description: Read release notes/changelogs, update a defined dependency scope, handle breaking changes, and verify. Explicit-only; no broad update-everything by inference. |
| 4 | invocation: explicit-only |
| 5 | --- |
| 6 | |
| 7 | # Dependency Update |
| 8 | |
| 9 | ## Invocation |
| 10 | Explicit-only with a defined dependency scope. |
| 11 | |
| 12 | ## Non-goals |
| 13 | - No inferred “update everything”. |
| 14 | - No publish/release. |
| 15 | |
| 16 | ## Workflow |
| 17 | 1. Identify the dependency set and current versions. |
| 18 | 2. Read release notes/changelogs. |
| 19 | 3. Apply updates and fix breakages. |
| 20 | 4. Verify with the project’s test/build gates. |
| 21 |