Public Access
feat: cross-repo dependency update automation (#149) #290
Reference in New Issue
Block a user
Delete Branch "feature/149-dependency-update-automation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add
deps:updatecommand that scans org repos for outdated Composer/npm dependencies, creates PRs with changelogs, and optionally auto-merges safe patch updates.composer outdated --format=json, updates targeted packagesnpm outdated --json, updates targeted packages--resume--patch-onlyfor safe updates,--auto-mergefor patch PRs--reposand--excludefiltersTest plan
php -l automation/update_dependencies.phppassesphp bin/moko listshowsdeps:update--dry-runscans repos and reports outdated deps without creating PRsCloses #149