From 466a57815e4d24433e62c2da0da2124a049e5741 Mon Sep 17 00:00:00 2001 From: nyyu Date: Fri, 3 May 2024 12:52:24 +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"] }