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,10 +14,10 @@
autodiscoverTopics = ["managed-by-renovate"];
nix.enabled = true;
lockFileMaintenance.enabled = true;
ossVulnerabilityAlerts = true;
credentials = {
RENOVATE_TOKEN = config.sops.secrets."services/renovate".path;
};
osvVulnerabilityAlerts = true;
};
credentials = {
RENOVATE_TOKEN = config.sops.secrets."services/renovate".path;
};
runtimePackages = with pkgs; [
config.nix.package