From 5145a907b7bdc6de9c5a6974d0ecbf4dea64ef92 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Thu, 8 Aug 2024 16:38:48 +0800 Subject: [PATCH] chore(workflow): enable dependency dashboard of renovate --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9544ac4caed..8079cd90164 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "timezone": "Asia/Shanghai", + "extends": [":dependencyDashboard"], "schedule": [ "before 8am on wednesday" ],