From dfb35b6a3345ec7032b3ec9dbd22a12d435a1e8f Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Sun, 6 Apr 2025 18:21:52 +0200 Subject: [PATCH] README: add basic "getting started" guide Signed-off-by: Christoph Heiss --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3175d3 --- /dev/null +++ b/README.md @@ -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"] +} +```