sharable renovate config for all my projects.
Enable renovete-bot for your repo and add the following to renovate.json
{
"extends": ["github>inpyjamas/renovate-config"]
}
or
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>inpyjamas/renovate-config"],
"baseBranches": ["staging"]
}