Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typehut/renovate-config
https://github.com/typehut/renovate-config
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/typehut/renovate-config
- Owner: typehut
- Created: 2020-11-10T06:58:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-29T11:19:36.000Z (over 3 years ago)
- Last Synced: 2024-10-12T00:14:25.939Z (27 days ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @typehut/renovate-config [![Actions Status: test](https://github.com/typehut/renovate-config/workflows/Test/badge.svg)](https://github.com/typehut/renovate-config/actions?query=workflow%3A"Test")
[Shareable config](https://renovatebot.com/docs/config-presets/) for [Renovate](https://renovatebot.com).
## Setup
Enable Renovate in your repo and `extends` in `renovate.json`.
### Default preset
```json5
{
"extends": ["@typehut"]
}
```Note: Don't necessary to do `npm i -D @typehut/renovate-config`
### Maintenance preset
```json5
{
"extends": [
"@typehut:maintenance"
]
}
```#### Features
Same features with Default preset.
The only difference from default preset, It does not update major updates.- Add `{ major: { enabled: false }}`
It aim to less create Pull Request by renovatebot.
## References
- [Renovate Docs](https://renovatebot.com/docs/)
- [Configuration Options \| Renovate Docs](https://renovatebot.com/docs/configuration-options/)
- [Default Presets \| Renovate Docs](https://renovatebot.com/docs/presets-default/)## License
MIT