services.renovate.credentials

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
<nixpkgs/nixos/modules/services/misc/renovate.nix>