From a3ae5097092ebc0c2e299a169ff37074010e6e3f Mon Sep 17 00:00:00 2001 From: sujiba Date: Tue, 21 May 2024 22:07:11 +0000 Subject: [PATCH] =?UTF-8?q?README.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..72be749 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# 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. +- `renovate.json` in this repository ensures to receive Renovate updates. +- `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.