This Composer plugin will react to composer update by creating a new git
branch and pull request automatically.
It is being designed to be fully automatable for continuous delivery of updates for any composer package.
composer require provision-ops/update-dependencies
More information coming soon.
post-package-updatecomposer hook fires after user or CI callscomposer update.- A new branch is created based on the package being updated.
- Changes to
composer.lockare committed. - New branch is pushed.
- New Pull Request is created, if GITHUB_TOKEN is available.
- If tests pass and commit status is good, automatically merge the PR (Stretch Goal. Not sure if this tool can handle this)
See https://getcomposer.org/doc/articles/plugins.md#creating-a-plugin
More to come.