From 7c8ef98ec9f839a5328287fcc85629b64f5f36ae Mon Sep 17 00:00:00 2001 From: Eric Richer Date: Wed, 23 Oct 2024 20:49:35 -0400 Subject: [PATCH] Update renovate.json Use common renovate configuration --- renovate.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 510889b..da76e94 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" - ], - "major": { - "dependencyDashboardApproval": true - } + "local>lm-commons/.github:renovate-config" + ] }