17 lines
362 B
Markdown
17 lines
362 B
Markdown
# F-WuTS base renovate configuration
|
|
|
|
## Getting started
|
|
|
|
Add a `renovate.json` file with the following contents to the base of the repository:
|
|
|
|
```json
|
|
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>F-WuTS/renovate-config"]
|
|
}
|
|
```
|
|
|
|
|
|
## License
|
|
|
|
All code in this repository is released into the [public domain](LICENSE).
|