@technologiestiftung/renovate-config
v1.0.2
Published
shareable renovate config
Downloads
5
Keywords
Readme
@technologiestiftung/renovate-config
sharable renovate config for all our projects.
Usage
Enable renovete-bot for your repo and add the following to renovate.json
{
"extends": ["github>technologiestiftung/renovate-config"]
}
or
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>technologiestiftung/renovate-config"],
"baseBranches": ["staging"]
}