Base renovate config for all F-WuTS repositories. https://git.robo4you.at/F-WuTS/renovate-config
Find a file
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
default.json default: init configuration 2025-04-06 17:09:51 +02:00
README.md README: add basic "getting started" guide 2025-04-06 18:21:52 +02:00

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"]
}