From ec6df1436bcb0fb0489ceba021e697dfdd19e752 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:55:55 +0100 Subject: [PATCH] renovate: enable flake.lock updates Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index a1785a0..73f1eea 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -17,6 +17,14 @@ "gomodUpdateImportPaths" ], "prConcurrentLimit": 1, + "nix": { + "enabled": true, + }, + "lockFileMaintenance": { + "enabled": true, + "commitMessageAction": "flake.lock: Update", + "schedule": ["before 4am"], + }, "packageRules": [ { "matchManagers": ["gomod"],