renovate-config/README.md
Christoph Heiss dfb35b6a33
README: add basic "getting started" guide
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-04-06 18:21:52 +02:00

273 B

F-WuTS base renovate configuration

Getting started

Add a renovate.json file with the following contents to the base of the repository:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["local>F-WuTS/renovate-config"]
}