28 lines
638 B
Markdown
28 lines
638 B
Markdown
# Renovate Configuration
|
|
|
|
Base Renovate configuration for the self-hosted Gitea instance at `spenke-nordic.com`.
|
|
|
|
## Usage
|
|
|
|
Extend this configuration in your repository's `renovate.json`:
|
|
|
|
```json
|
|
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>spenke-nordic-ab/renovate-config"
|
|
]
|
|
}
|
|
```
|
|
|
|
## Presets
|
|
|
|
- `default`: Base configuration with standard rules.
|
|
- `docker`: Specific rules for Docker images.
|
|
- `npm`: Specific rules for Node.js packages.
|
|
- `github-actions`: Rules for GitHub/Gitea Actions.
|
|
|
|
## Bot Configuration
|
|
|
|
The bot is configured via `config.js` to run on the `gitea` platform.
|