Renovate integration copied from Ocramius
Repositories under the WebProject-xyz/
scope receive regular dependency
upgrades through renovate,
which automates the heavy lifting of uplading lock files, supported dependency ranges, etc.
This is defined in renovate-config.json
, and imported in all applicable
repositories in the organization.
The configuration is heavily inspired by the
Ocramius/.github
one.
To use this configuration, create a renovate.json
file in the repository where it should be active:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>WebProject-xyz/.github:renovate-config"
]
}
Please note that this file will change according to MY OWN needs: no BC guaranteed. I endorse that you copy the configuration and adapt it yourself, should you need it.