From a93f4d8a18203345a01626ba74d7280f8643b3f6 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 5 Jan 2024 20:08:43 -0600 Subject: [PATCH] chore: Add dependency dashboard Example: https://github.com/clap-rs/clap/issues/4824 I'm hoping this will make it easier to see what is going on with problems with RenovateBot, like our MSRVs not updating atm (#13254). --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ca9c2a81319..6676c1100c1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,7 +4,7 @@ ], semanticCommits: 'enabled', configMigration: true, - dependencyDashboard: false, + dependencyDashboard: true, ignorePaths: [ '**/tests/**', ],