Document config.js

Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi
2023-09-04 19:33:57 +02:00
parent b524331a83
commit d9f70b29a5

View File

@@ -2,7 +2,6 @@
To host the renovate config. 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`. - `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. - Each repository can extend/alter this config by adding a `renovate.json` file to the root of the repository.