Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 704 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 704 Bytes

Sharable Renovate config

Usage

Documentation config presets

  • 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.