Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karlhorky/renovate-config
https://github.com/karlhorky/renovate-config
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karlhorky/renovate-config
- Owner: karlhorky
- Created: 2020-04-10T09:52:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T17:59:29.000Z (10 months ago)
- Last Synced: 2024-10-25T23:11:08.753Z (4 months ago)
- Size: 67.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# renovate-config
Configuration for [Renovate Bot](https://github.com/apps/renovate).
Use by creating `renovate.json` in your project root:
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>karlhorky/renovate-config:default.json5"]
}
```