No description
  • JavaScript 100%
Find a file
2026-02-03 22:08:00 +00:00
.forgejo/workflows fix(github-action): update ghcr.io/renovatebot/renovate ( 43.2.5 ➔ 43.2.6 ) 2026-02-03 22:03:04 +00:00
config.js chore: updated domain 2025-11-01 22:34:27 +00:00
customManager.json chore: changed paths 2025-10-28 20:45:30 +01:00
default.json Update default.json 2025-12-18 19:42:04 +00:00
labels.json added customManagers and changed file names 2025-09-27 09:37:58 +02:00
overrides.json added customManagers and changed file names 2025-09-27 09:37:58 +02:00
README.md first commit 2025-09-15 15:49:44 +02:00
renovate.json fix: changed packageName 2025-09-26 09:29:51 +02:00
semanticCommits.json added customManagers and changed file names 2025-09-27 09:37:58 +02:00

renovate-config

Renovate

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 their own repository.

requirements

  1. Create a new bot account e.g. renovate-bot.
  2. Create a personal access token (PAT) for your renovate-bot account with the following scopes:
    1. activitypub: no access
    2. issue: read and write
    3. misc: read
    4. notifications: read
    5. organization: read
    6. package: read (if you use forgejo packages)
    7. repository: read and write
    8. user: read
  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. Generate your GitHub access token (read only) under Settings / Developer Settings
  2. Docker.io login credentials (username and access token)

acknowledgments