From d9f70b29a5b93dccee2c11d3a7f88d1ab67288bc Mon Sep 17 00:00:00 2001 From: justusbunsi Date: Mon, 4 Sep 2023 19:33:57 +0200 Subject: [PATCH] Document config.js Signed-off-by: justusbunsi --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 282217c..1d7aed7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ To host the renovate config. +- `config.js` holds the self-hosted Renovate configuration so that Renovate knows what and how it should process. - `default.json` holds the basic config for all repositories. It extends the presets by the renovate project defined in `renovate-schema.json`. - Each repository can extend/alter this config by adding a `renovate.json` file to the root of the repository. - -