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