Skip to content

Commit

Permalink
docs: improve constraintsFiltering description (#28082)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Mar 22, 2024
1 parent 5ddb18f commit eb2dd74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/usage/configuration-options.md
Expand Up @@ -638,12 +638,18 @@ Renovate supports two options:
More advanced filtering options may come in future.

There must be a `constraints` object in your Renovate config, or constraints detected from package files, for this to work.
Additionally, the "datasource" within Renovate must be capable of returning `constraints` values about each package's release.

This feature is limited to the following datasources:

- `crate`
- `jenkins-plugins`
- `npm`
- `packagist`
- `pypi`
- `rubygems`

Sometimes when using private registries they may omit constraints information, which then is another reason such filtering may not work even if the datasource and corresponding default public registry supports it.

<!-- prettier-ignore -->
!!! warning
Expand Down

0 comments on commit eb2dd74

Please sign in to comment.