From 585461ce80dc137658033503d1cb81cd7bfa1c04 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 18 Apr 2024 17:16:12 +0200 Subject: [PATCH] Default renovate config --- renovate.json => renovate.json5 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename renovate.json => renovate.json5 (56%) diff --git a/renovate.json b/renovate.json5 similarity index 56% rename from renovate.json rename to renovate.json5 index 560f9fc..3082114 100644 --- a/renovate.json +++ b/renovate.json5 @@ -1,9 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" - ], - "nix": { - "enabled": false - } + "local>renovate-bot/renovate-config" + ] }