fix renovate config?
This commit is contained in:
parent
8a65394169
commit
781057275e
1 changed files with 4 additions and 4 deletions
|
@ -14,11 +14,11 @@
|
||||||
autodiscoverTopics = ["managed-by-renovate"];
|
autodiscoverTopics = ["managed-by-renovate"];
|
||||||
nix.enabled = true;
|
nix.enabled = true;
|
||||||
lockFileMaintenance.enabled = true;
|
lockFileMaintenance.enabled = true;
|
||||||
ossVulnerabilityAlerts = true;
|
osvVulnerabilityAlerts = true;
|
||||||
|
};
|
||||||
credentials = {
|
credentials = {
|
||||||
RENOVATE_TOKEN = config.sops.secrets."services/renovate".path;
|
RENOVATE_TOKEN = config.sops.secrets."services/renovate".path;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
runtimePackages = with pkgs; [
|
runtimePackages = with pkgs; [
|
||||||
config.nix.package
|
config.nix.package
|
||||||
nodejs
|
nodejs
|
||||||
|
|
Loading…
Reference in a new issue