Micha
|
ad9267c66a
|
Split renovate config: repo config in renovate.json, bot config in ops/
Renovate liest die repo-eigene renovate.json als REPO-Config, nicht
als BOT-Config. Bot-spezifische Felder (platform, endpoint,
repositories, autodiscover, gitAuthor, prHourlyLimit, ...) gehoeren
nicht hinein und werden als "this repo is forbidden / disabled"
fehlinterpretiert.
Saubere Trennung:
- renovate.json (Repo-Root): nur extends, packageRules,
ignorePaths, manager file patterns, labels, rangeStrategy
- ops/renovate/bot-config.js: Plattform, Endpoint, Username,
gitAuthor, autodiscover=false, repositories=[Micha/homelab-infra],
Concurrent-/Hourly-Limits
bot-config.js statt config.json, weil Renovate Module-exports als
config-file akzeptiert (offizielle Variante).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 20:20:00 +02:00 |
|