Make release compatibility filtering opt-in #19979
Labels
breaking
Breaking change, requires major version bump
priority-2-high
Bugs impacting wide number of users or very important features
status:in-progress
Someone is working on implementation
type:feature
Feature (new functionality)
v35
What would you like Renovate to be able to do?
Default to no release filtering (today only python exact versions is supported) so that we can add more advanced filtering in future.
If you have any ideas on how this should be implemented, please tell us here.
I'd like to make it an enum in case we want to have different degrees of filtering in future.
Feature name
releaseConstraintFiltering
, default value"none"
.Alternative value
"strict"
, and put this code behind anif (config.releaseConstraintFiltering === 'strict')
:renovate/lib/modules/datasource/index.ts
Lines 398 to 419 in 8e8cbba
Is this a feature you are interested in implementing yourself?
Maybe
The text was updated successfully, but these errors were encountered: