From 9153797ed66a0d32906ee20b7b74b9da61861b26 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 29 May 2023 12:37:44 +0200 Subject: [PATCH] Add renovate config --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..367e253 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "nix": { + "enabled": true + } +}