From aa97075f11083ef63a704b773db081128665d064 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 12 Jul 2026 17:04:48 +0300 Subject: [PATCH] Enable Renovate nix support with flake.lock maintenance This lets Renovate periodically refresh flake.lock, keeping the nixpkgs and agru inputs of the development shell up to date. Co-Authored-By: Claude Fable 5 --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index c4eeb9053..1a1258e1e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -36,5 +36,11 @@ ], "pre-commit": { "enabled": true + }, + "nix": { + "enabled": true, + "lockFileMaintenance": { + "enabled": true + } } }