remodelled config

This commit is contained in:
sujiba 2024-05-27 15:43:23 +02:00
parent 1329a3d8c9
commit d32461302f
4 changed files with 36 additions and 29 deletions

View file

@ -1,5 +1,11 @@
# renovate-config
- [renovate-config](#renovate-config)
- [requirements](#requirements)
- [additional](#additional)
- [acknowledgments](#acknowledgments)
To host the renovate config.
- `config.js` holds the self-hosted Renovate configuration so that Renovate knows what and how it should process.
@ -7,7 +13,7 @@ To host the renovate config.
- `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.
# requirements
## requirements
1. Create a new bot account e.g. renovate-bot.
2. Create a personal access token (*PAT*) for your renovate-bot account.
3. Create a new organisation e.g. homelab.
@ -15,8 +21,14 @@ To host the renovate config.
5. Add renovate-bot *PAT* as a secret (*RENOVATE_TOKEN*) in the organization.
6. renovate-bot can now manage your repositories in the organization.
# acknowledgments
### additional
1. GitHub Access Token (read only)
2. Docker.io login credentials
## acknowledgments
- [renovatebot docs](https://docs.renovatebot.com/modules/platform/gitea/)
- [gitea renovate config](https://gitea.com/gitea/renovate-config)
- [naoalb renovate config](https://code.naoalb.org/naoalb-Infrastructure/renovate-config)
- [naoalb renovate config](https://code.naoalb.org/naoalb-Infrastructure/renovate-config)
- [augmentedmind.de](https://www.augmentedmind.de/2023/07/30/renovate-bot-introduction/)