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 pathDefault
{ }Example
declared in: nixos/modules/services/misc/renovate.nixView source on NixOS/nixpkgs →{
RENOVATE_TOKEN = "/etc/renovate/token";
}