mirror of https://github.com/renovatebot/renovate
541 B
541 B
Extracts dependencies from composer.json
files, and keeps the associated composer.lock
file updated too.
If you use VCS repositories then Renovate needs a hint via the name
property, which must match the relevant package.
For example, the package acme/foo
would need an entry in repositories similar to the following:
{
"name": "acme/foo",
"type": "vcs",
"url": "http://vcs-of-acme.org/acme/foo.git"
}