Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whtsky/renovate-config
https://github.com/whtsky/renovate-config
renovate renovate-config renovate-preset
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/whtsky/renovate-config
- Owner: whtsky
- Created: 2019-09-17T06:31:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T10:41:40.000Z (over 1 year ago)
- Last Synced: 2024-10-11T19:36:26.821Z (27 days ago)
- Topics: renovate, renovate-config, renovate-preset
- Language: JavaScript
- Size: 2.14 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @whtsky/renovate-config
My [shareable config](https://renovatebot.com/docs/config-presets/) for [Renovate](https://renovatebot.com)
## Setup
Enable Renovate in your repo and just `extends` in `renovate.json`.
```js
{
"extends": ["@whtsky"]
}
```