https://github.com/database64128/renovate-config
Renovate configuration presets.
https://github.com/database64128/renovate-config
Last synced: 2 months ago
JSON representation
Renovate configuration presets.
- Host: GitHub
- URL: https://github.com/database64128/renovate-config
- Owner: database64128
- License: cc0-1.0
- Created: 2024-04-17T01:53:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-21T12:26:12.000Z (6 months ago)
- Last Synced: 2025-11-21T14:27:07.803Z (6 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# renovate-config
[](https://github.com/database64128/renovate-config/actions/workflows/validate.yml)
[Renovate](https://docs.renovatebot.com/) configuration presets.
## Usage
### Default
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>database64128/renovate-config"
]
}
```
### Go
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>database64128/renovate-config:go"
]
}
```
### .NET
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>database64128/renovate-config:dotnet"
]
}
```
## License
[CC0](LICENSE)