From 96bcdc6e755513c62bad577fedd2c0a4eeb98532 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 18 Apr 2024 14:20:28 +0200 Subject: [PATCH] Enable renovate --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 367e253..5db72dd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { - "nix": { - "enabled": true - } + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] }