From d67cd25c1e8a00cf9f4d6a9960a94cf908a200f1 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 22 Aug 2025 22:37:47 +0800 Subject: [PATCH] feat(renovate): enable lock file maintenance for uv.lock and others --- .renovaterc.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 2409a9fa..0ac25e52 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -33,6 +33,7 @@ // "schedule": ["on saturday"], // TODO: re-add it when I stop being a shut-in NEET // NOTE: forward slashes do not need escaping on Renovate, and a proper escape backslash needs double backslashes because JSON moment "ignorePaths": ["**/archive/**", "**/.archive/**", "**/**.sops.**", "./.git", "**/ignore/**"], + "lockFileMaintenance": { "enabled": true }, // for uv.lock or Nix or whatnot "flux": { "managerFilePatterns": ["/^kube/.+\\.ya?ml$/"] },