From b7e68348b18182d9cdbf4a5b27f6f5e0f50a2405 Mon Sep 17 00:00:00 2001 From: jupblb Date: Mon, 1 Jun 2026 13:28:16 +0200 Subject: [PATCH] ci(renovate): enable nix flake.lock updates --- .github/renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index f01c8eee..83d13088 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "rebaseWhen": "behind-base-branch", - "gitIgnoredAuthors": ["41898282+github-actions[bot]@users.noreply.github.com"] + "gitIgnoredAuthors": [ + "41898282+github-actions[bot]@users.noreply.github.com" + ], + "nix": { + "enabled": true + } }