From 243560e5649636b51f5a0b01cdb33bfa7ad81289 Mon Sep 17 00:00:00 2001 From: nyyu Date: Fri, 3 May 2024 12:18:01 +0200 Subject: [PATCH] chore(renovate): use common conf --- renovate.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 561873c..61aa65f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended", ":dependencyDashboard"] - } - \ No newline at end of file + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["local>nyyu/renovate-config"] +}