opensearch-project/OpenSearch
在 GitHub 查看[Feature Request] Automate detection of unused dependencies
Open
#19,364 创建于 2025年9月22日
Buildenhancementgood first issue
仓库指标
- Star
- (8,123 star)
- PR 合并指标
- (平均合并 5天 9小时) (30 天内合并 266 个 PR)
描述
Is your feature request related to a problem? Please describe
This repository has a lot of subprojects, each with its own set of dependencies. This leads to a lot of maintenance in keeping these dependencies up to date. We use dependabot to automate updates but that does not eliminate manual work. See #19347 for a case where a dependency was unused. It would be great to automate detection of unused dependencies so they can be removed in order to reduce maintenance overhead.
Describe the solution you'd like
See #5652 for one possible solution for detecting unused dependencies
Related component
Build