From ae1a4fc9e362ed8fcc8e0efd0aa879d19aa8eefb Mon Sep 17 00:00:00 2001 From: Eric Richer Date: Thu, 24 Oct 2024 08:39:01 -0400 Subject: [PATCH] Update renovate.json Use common renovate configuration --- 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" ] }