From 2482c08f6c24fe6b67fdfa5f1a4538a4476b6b16 Mon Sep 17 00:00:00 2001 From: nyyu Date: Fri, 3 May 2024 12:17:43 +0200 Subject: [PATCH] chore(renovate): use common conf --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..61aa65f 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": ["local>nyyu/renovate-config"] }