Per discussion during the February 2022 Laminas Technical Steering Committee meeting, we have a plan for adding Renovate to automate the following in Laminas and Mezzio repsitories:
- Automatically update
composer.lock
each night, without a pull request. - On test failures following ^^, open a PR.
- Automatically widen ranges for new major releases in
composer.json
and create a PR. - Separate patches for
laminas/*
upgrades, as well as other repositories.
To do this, we need to do the following in each repository: