From 1cea467cd28535cec638fb41a5d472adf36384fd Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Thu, 20 Mar 2025 15:53:59 +0100 Subject: chore: disable renovate dashboard (#2995) Co-authored-by: delucis <357379+delucis@users.noreply.github.com>--- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7b6b09f3..541a880b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,7 @@ { $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: [ - ':dependencyDashboard', + ':disableDependencyDashboard', ':semanticPrefixFixDepsChoreOthers', ':ignoreModulesAndTests', 'workarounds:all', -- cgit