Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 662 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 662 Bytes

Sharable Renovate config

Usage

Documentation config presets

  • Create file renovate.json
{
    "extends": ["github>Angular-RU/angular-renovate-config"],
    "baseBranches": ["master"]
}
  • Custom rules and custom branch
{
    extends: ['github>Angular-RU/angular-renovate-config'],
    baseBranches: ['develop'],
    packageRules: [
        // override rules
    ]
}