self-hosted renovate bot https://docs.renovatebot.com/
Find a file
2024-05-30 22:40:07 +02:00
.forgejo/workflows chore(deps): update ghcr.io/renovatebot/renovate docker tag to v37.382.2 2024-05-30 17:00:51 +00:00
config.js chore: spacing 2024-05-30 22:40:07 +02:00
default.json chore: spacing 2024-05-30 22:37:47 +02:00
README.md README.md aktualisiert 2024-05-27 14:20:06 +00:00
renovate.json renovate.json aktualisiert 2024-05-26 20:20:02 +00:00
workflow-deps.json chore: spacing 2024-05-30 22:40:07 +02:00

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.

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.
  4. Add your renovate-bot account as owner to the organization.
  5. Add renovate-bot PAT as a secret (RENOVATE_TOKEN) in the organization.
  6. renovate-bot can now manage your repositories in the organization.

additions

  1. GitHub Access Token (read only)
  2. Docker.io login credentials

acknowledgments