services.renovate.settings
NixOS option
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 valueDefault
{ }Example
declared in: nixos/modules/services/misc/renovate.nixView source on NixOS/nixpkgs →{
endpoint = "https://git.example.com";
gitAuthor = "Renovate <renovate@example.com>";
platform = "gitea";
}