services.renovate.settings

Renovate's global configuration. If you want to pass secrets to renovate, please use services.renovate.credentials for that.

See https://docs.renovatebot.com/config-overview for available settings.

Type
JSON value
Default
{ }
Example
{
  endpoint = "https://git.example.com";
  gitAuthor = "Renovate <renovate@example.com>";
  platform = "gitea";
}
Declared
<nixpkgs/nixos/modules/services/misc/renovate.nix>