https://github.com/risu729/renovate-config
https://github.com/risu729/renovate-config
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/risu729/renovate-config
- Owner: risu729
- License: mit
- Created: 2024-12-31T04:39:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T11:03:52.000Z (2 months ago)
- Last Synced: 2025-02-21T12:19:33.029Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 394 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Risu's renovate-config
This is a [Renovate Shareable Config Presets](https://docs.renovatebot.com/config-presets/) to be used in my projects.
## Usage
Add the following to your `renovate.json` file:
```json
{
"extends": ["github>risu729/renovate-config"]
}
```or to use a specific version:
```json
{
"extends": ["github>risu729/renovate-config#3.1.1"]
}
```