chore(renovate): disable Dependency Dashboard issue - #56
Conversation
Add dependencyDashboard: false so Renovate stops creating/reopening the Dependency Dashboard issue; dependencyDashboardAutoclose alone only closes it once empty, it doesn't stop Renovate from recreating it.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📊 Benchmark & Profile ResultsPerformance Summary
🔍 Interactive Profile VisualizationsView the interactive profile graphs directly in your browser:
CPU Profile (Top 20)Memory Profile (Top 20)📥 All Artifacts AvailableDownload the complete profiling package from the workflow artifacts:
Full Benchmark OutputGenerated by Benchmark & Profile workflow run #31518912909 • Updated: Tue, 11 Aug 2026 17:44:59 GMT |



Summary
"dependencyDashboard": falsetorenovate.jsonso Renovate stops creating/reopening the Dependency Dashboard issue.dependencyDashboardAutocloseonly auto-closes the dashboard once it has nothing left to report; it does not prevent Renovate from creating or reopening it, which is why issue Dependency Dashboard #3 stays open.extends: ["config:recommended"]and all other Renovate settings are unchanged.Closes #53
Test plan
python3 -m json.tool renovate.json— confirms valid JSONnpx --yes --package renovate -- renovate-config-validator renovate.json— confirms the config validates against the Renovate schema ("Config validated successfully")