Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/d-koppenhagen/renovate-config-angular

Angular shareable config for Renovate
https://github.com/d-koppenhagen/renovate-config-angular

Last synced: about 1 month ago
JSON representation

Angular shareable config for Renovate

Awesome Lists containing this project

README

        

# renovate-config-angular

Angular [shareable config](https://docs.renovatebot.com/config-presets/) for [Renovate](http://renovatebot.com/)

## Usage
Angular Renovate rules come bundled in `renovate-config-angular`.
To enable these rules, add a `renovate` property in your `package.json` or `renovate.json`.
See the [Renovate configuration docs](https://docs.renovatebot.com/configuration-options/) for more details.

```json
"renovate": {
"extends": ["config:base", "github>d-koppenhagen/renovate-config-angular"]
}
```