-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(versioning/hashicorp): support version excludes !=
#22417
Labels
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
versioning:hashicorp
Hashicorp versioning
Comments
secustor
added
type:feature
Feature (new functionality)
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
status:ready
versioning:hashicorp
Hashicorp versioning
labels
May 24, 2023
As a workaround, we use:
|
6 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
versioning:hashicorp
Hashicorp versioning
What would you like Renovate to be able to do?
We currently do not support exclusions (
!=
) as these have no equivalent in NPM to which we currently translate ranges.To support the full syntax this functionality is needed.
If you have any ideas on how this should be implemented, please tell us here.
To implement this functionality we have to remove exclusions before converting and than removing the matching versions.
Context: #22414
Is this a feature you are interested in implementing yourself?
Maybe
The text was updated successfully, but these errors were encountered: