From 5e921b7c82e03444eebbaf716c4c9230aa16fb1e Mon Sep 17 00:00:00 2001 From: Christopher Butler Date: Thu, 26 Jun 2025 15:19:05 -0400 Subject: [PATCH] Attempt to bypass schedule This avoids the Org settings and just extends the best-practices setting. This is a test to see if the schedule in the Org settings is causing a problem. --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2461e02..ef60f7f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>MITLibraries/renovate-config" + "config:best-practices" ], "packageRules": [ {