An open API service indexing awesome lists of open source software.

https://github.com/angular-ru/angular-renovate-config

Angular-RU Renovate config template
https://github.com/angular-ru/angular-renovate-config

renovate renovate-config

Last synced: 14 days ago
JSON representation

Angular-RU Renovate config template

Awesome Lists containing this project

README

        

## Sharable Renovate config

[![](https://github.com/angular-ru/angular-ru-sdk/workflows/Angular-RU%20SDK%20CI/badge.svg)](https://github.com/Angular-RU/angular-renovate-config/actions?query=workflow%3A%22Angular-RU+Renovate+CI%22)

#### Usage

[Documentation config presets](https://docs.renovatebot.com/config-presets/)

- Create file `renovate.json`

```json
{
"extends": ["github>Angular-RU/angular-renovate-config"],
"baseBranches": ["master"]
}
```

- Custom rules and custom branch

```json5
{
extends: ['github>Angular-RU/angular-renovate-config'],
baseBranches: ['develop'],
packageRules: [
// override rules
]
}
```