https://github.com/d-koppenhagen/renovate-config-angular
Angular shareable config for Renovate
https://github.com/d-koppenhagen/renovate-config-angular
Last synced: 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T20:14:55.000Z (3 months ago)
- Last Synced: 2025-01-15T22:35:30.731Z (3 months ago)
- Language: HTML
- Size: 154 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"]
}
```