This repository extends the Laminas shared configuration providing a Laminas API Tools configuration for Renovate. See the Laminas documentation for further information.
Once the WhiteSource Renovate GitHub app is enabled for a repository, a new Configure Renovate
PR will be opened
containing a basic renovate.json
file with the following contents:
{
"extends": [
"local>laminas-api-tools/.github:renovate-config"
]
}
In order to be fully compatible with this Renovate configuration, you must ensure the following criteria are met:
- CI actions are enabled for
push
events on branches with the prefixrenovate/*
. - The lockfile must have been generated using Composer with a version
>=2.2
. - Lastly, for Renovate to detect the correct version of PHP to use for lockfile maintenance, the PHP version must be
set in
composer.json
under the keyconfig.platform.php
.
Renovate on GitHub Renovate Documentation WhiteSource Renovate website WhiteSource Renovate GitHub app