From 55d0881da518aa3492fbb0cfe7a5e5a6e9b1d288 Mon Sep 17 00:00:00 2001 From: "Radu C. Martin" Date: Sun, 3 Mar 2024 16:37:34 +0100 Subject: [PATCH] feat(renovate): configure renovate --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..bb37008 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,5 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["local>renovate/renovate"], + "ignoreTests": true }