Public Access
0d3b14d55c
Universal: Auto Version Bump / Version Bump (push) Successful in 9s
Add `deps:update` command that scans org repos for outdated Composer/npm dependencies, creates PRs with changelogs, and optionally auto-merges safe patch updates. - Composer: runs `composer outdated --format=json`, updates targeted packages - npm: runs `npm outdated --json`, updates targeted packages - Skips repos with existing deps PRs (no duplicates) - Checkpoint-based resumability with --resume - --patch-only for safe updates, --auto-merge for patch PRs - Supports --repos and --exclude filters