Helm charts declare dependencies in Chart.yaml and lock them in Chart.lock. The Helm Chart Dependency Formatter turns a simple dependency list into a correctly structured dependencies block and an optional Chart.lock, validating each entry.
List one dependency per line as "name version repository", with optional condition and alias. Choose whether to emit the Chart.yaml dependencies block, a Chart.lock, or both. Everything runs locally; nothing is uploaded.