From 39798faee76a04cc0d8d4a8b996c2baea13f763e Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 23 Jan 2025 15:40:46 -0600 Subject: [PATCH] add renovate config --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..c5272f2 --- /dev/null +++ b/renovate.json @@ -0,0 +1,8 @@ +{ + "extends": [ + "config:best-practices" + ], + "nix": { + "enabled": true + } + }