Replies: 1 comment 1 reply
-
Hey @jjtheo, sorry for the late response. For this case you could use the
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using scala-steward with scala-steward-action on a large repository with lots of dependencies,
limiting the number of updates at each run can create and endless loop of updating the same first libs.
For example, there's 2 libs:
com.a
&com.b
.com.a
published a new version every two days.If I run scala-steward every week,
com.a
will be the only one selected on each run.com.b
will never be updated.We could add an option in scala-steward to shuffle the list when selecting the next update to apply. This way, we would not loop on the same first updates of the list.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions