From 3f0c34b134e5c7bbdb877e5101c3836ed6df780c Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Mon, 8 Aug 2022 10:31:53 +0200 Subject: [PATCH] docs: update buildpack support (#17003) --- docs/usage/self-hosted-configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md index 6b11ce0ef3..423019b9f2 100644 --- a/docs/usage/self-hosted-configuration.md +++ b/docs/usage/self-hosted-configuration.md @@ -148,9 +148,17 @@ Supported tools for dynamic install are: - `gradle-wrapper` - `jb` - `jsonnet-bundler` +- `lerna` - `mix` +- `node` - `npm` +- `pip_requirements` +- `pip-compile` - `pipenv` +- `pnpm` +- `poetry` +- `python` +- `yarn` If all projects are managed by Hermit, you can tell Renovate to use the tooling versions specified in each project via Hermit by setting `binarySource=hermit`. -- GitLab