README: add basic "getting started" guide
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
2fdcfb390a
commit
dfb35b6a33
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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"]
|
||||
}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue