From ecf7f40d43115996c9ed71ce5d10e3fd52c05948 Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Wed, 19 Apr 2023 09:59:03 +0200 Subject: [PATCH] docs: constraints should work for all managers (#21593) --- docs/usage/configuration-options.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 7c3d6da94e..55e5b3a5d2 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -553,7 +553,6 @@ Configure this option to `false` if you prefer Renovate to open a new issue when Constraints are used in package managers which use third-party tools to update "artifacts" like lock files or checksum files. Typically, the constraint is detected automatically by Renovate from files within the repository and there is no need to manually configure it. -Manually specifying constraints is supported for `ruby`, `bundler`, `composer`, `go`, `helmfile`, `npm`, `yarn`, `pnpm`, `python`, `pipenv`, and `poetry`. Constraints are also used to manually restrict which _datasource_ versions are possible to upgrade to based on their language support. For now this datasource constraint feature only supports `python`, other compatibility restrictions will be added in the future. -- GitLab