- Create file
renovate.json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["@angular-ru/renovate"],
"baseBranches": ["master"]
}
- Custom rules and custom branch
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["@angular-ru/renovate"],
"baseBranches": ["develop"],
"packageRules": []
}
groupSlug
- Slug to use for group (e.g. in branch name). Will be calculated from groupName if null.`groupName
- Human understandable name for the dependency group.