README.md aktualisiert

This commit is contained in:
sujiba 2024-05-21 22:16:13 +00:00
parent c658e49dd8
commit 3d6b649066

View file

@ -6,3 +6,9 @@ To host the renovate config.
- `renovate.json` in this repository ensures to receive Renovate updates. - `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`. - `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.
# Acknowledgments
- [gitea renovate config](https://gitea.com/gitea/renovate-config)
- [naoalb renovate config](https://code.naoalb.org/naoalb-Infrastructure/renovate-config)