From 57e10f7d2cb1247e4b611c4f5a92f3b48fc86919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Jaro=C5=A1?= <romanjaros@noreply.localhost> Date: Thu, 16 Nov 2023 14:36:19 +0100 Subject: [PATCH] Extend renovate config from renovate repo --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 7190a60..b5506dd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" -} + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["renovate/config"] +} \ No newline at end of file