fix renovate config?

This commit is contained in:
Charlotte 🦝 Delenk 2024-09-05 09:26:57 +02:00
parent 8a65394169
commit 781057275e

View file

@ -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