Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/d-koppenhagen/renovate-config-angular
- Owner: d-koppenhagen
- Created: 2021-11-21T18:51:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T20:30:38.000Z (4 months ago)
- Last Synced: 2024-10-11T06:11:48.078Z (2 months ago)
- Language: HTML
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-angular - renovate-config-angular - Angular shareable config for [Renovate](https://www.mend.io/renovate/). (Table of contents / Angular)
- fucking-awesome-angular - renovate-config-angular - Angular shareable config for 🌎 [Renovate](www.mend.io/renovate/). (Table of contents / Angular)
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"]
}
```