Skip to content
Discussion options

You must be logged in to vote

I believe that could be related to using lower bound ranges (>=) for dependencies, rather than exact versions (==)? You probably want to use update-lockfile from https://docs.renovatebot.com/configuration-options/#rangestrategy, if you want to keep lower bound ranges but still want to have updates in the lock file. Alternatively, if this is not a package you intend to use in other projects, you could also consider pinning dependencies to exact versions using ==.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@utikpuhlik
Comment options

@sigma67
Comment options

Answer selected by utikpuhlik
Comment options

You must be logged in to vote
3 replies
@bonastreyair
Comment options

@mkniewallner
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:reproduction A minimal reproduction is necessary to proceed
5 participants