From 563f492bc326ff8772cb098942e398d597c87e6f Mon Sep 17 00:00:00 2001 From: Brain Date: Wed, 21 Aug 2024 22:12:43 +0200 Subject: [PATCH] Disable Dependency Dashboard because of external issues --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 7159f86..e0244fb 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,7 @@ "group:linters", "group:test", "npm:unpublishSafe", + ":disableDependencyDashboard", ":maintainLockFilesWeekly", ":pinAllExceptPeerDependencies", ":separateMultipleMajorReleases"