From 057f088dfaea8aef7d0b9c3d4e0424d504ba47ce Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Tue, 7 Jan 2025 20:56:23 -0500 Subject: [PATCH] Update renovate to use common LM-Commons configuration Signed-off-by: Eric Richer eric.richer@vistoconsulting.com --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd..da76e94 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "local>lm-commons/.github:renovate-config" ] }