services.renovate.credentials

NixOS option

Allows configuring environment variable credentials for renovate, read from files. This should always be used for passing confidential data to renovate.

type: attribute set of absolute path
Default
{ }
Example
{
  RENOVATE_TOKEN = "/etc/renovate/token";
}
declared in: nixos/modules/services/misc/renovate.nixView source on NixOS/nixpkgs →