From 92aacdbac2635f894ff3cd369b3fbcdf965efa72 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 26 Oct 2022 02:59:41 +0200 Subject: [PATCH] ci(renovate): Re-enable dependency dashboard The dependency dashboard is useful to validate that all expected depencies are found as well as helping to debug issues with dependency resolution. --- renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.json b/renovate.json index c614e112d..4d1aad10a 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,6 @@ "extends": [ "config:base", "docker:enableMajor", - ":disableDependencyDashboard", ":prHourlyLimitNone", "regexManagers:dockerfileVersions" ], -- GitLab