Hi there, thanks a lot of for this tool! Something I've discussed with a colleague. What are your thoughts on this?
Is your feature request related to a problem? Please describe.
When a project uses >= to express dependencies, this can lead to unpredictable outcomes far in the future, for example when used in combination with a docker image, that would after a while be regenerated, and then would take in a new major release of a dependency, that breaks the system actually
Describe the solution you would like
a new rule that checks that in the dependencies, only == or ~= is used, and no >=
Additional context
I can help with the code