README: add basic "getting started" guide

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2025-04-06 18:21:52 +02:00
parent 2fdcfb390a
commit dfb35b6a33
Signed by: christoph.heiss
GPG key ID: 73D5E7FDEE3DE49A

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 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"]
}
```