From 954b589ef46361bc790569decf959acd915371c6 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 18 Apr 2024 16:09:43 +0200 Subject: [PATCH] Enable nix --- default.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/default.json b/default.json index bb7f092..870330e 100644 --- a/default.json +++ b/default.json @@ -1,5 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>renovatebot/.github", ":dependencyDashboard"], - "prCreation": "immediate" + "prCreation": "immediate", + "nix": { + "enabled": false + } }