https://github.com/lacolaco/renovate-config
Opinionated Renovate config presets
https://github.com/lacolaco/renovate-config
angular renovate-config typescript
Last synced: 9 months ago
JSON representation
Opinionated Renovate config presets
- Host: GitHub
- URL: https://github.com/lacolaco/renovate-config
- Owner: lacolaco
- License: mit
- Created: 2021-03-20T01:17:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T19:43:01.000Z (9 months ago)
- Last Synced: 2025-06-23T20:33:30.338Z (9 months ago)
- Topics: angular, renovate-config, typescript
- Homepage:
- Size: 89.8 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# renovate-config
This repository hosts several opinionated [Renovate](https://www.whitesourcesoftware.com/free-developer-tools/renovate) config presets.
## Usage
Renovate can resolve GitHub-hosted config preset using `github>` directive. Please read more at [Shareable Config Presets \| Renovate Docs](https://docs.renovatebot.com/config-presets/#preset-hosting).
Presets hosted in this repository can be resolved as the following:
```json
{
"extends": ["config:base", "github>lacolaco/renovate-config:presetName"]
}
```
If `:presetName` is omitted, `default` is used instead. `default.json` includes all presets.
## Presets
- `lacolaco/renovate-config:automerge-types`
- Enable automerge of `@types` package's minor updates.
- `lacolaco/renovate-config:ng-update`: For Angular CLI-based repository
- Disable major or minor version updates for packages which are under the control from `ng update` commands.
- `@angular/core` package group: https://github.com/angular/angular/blob/master/tools/defaults.bzl#L27
- `@angular/cli` package group: https://github.com/angular/angular-cli/blob/master/packages/angular/cli/package.json
- `@angular/material` package group: https://github.com/angular/components/blob/master/src/material/package.json
- `typescript`
- `rxjs` (major version only is disabled)
- `lacolaco/renovate-config:angular-eslint`
- Add groups for `@angular-eslint` and `@typescript-eslint` packages (no automerge).
- `lacolaco/renovate-config:storybook`
- Add a group for [Storybook](https://storybook.js.org) packages and enable renovate only for patch versions (because they have `npx sb migrate` command).
## License
MIT