Skip to content
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

per repo Configurable support for alwaysLatest version update selection strategy #3137

Open
caoilte opened this issue Aug 3, 2023 · 1 comment

Comments

@caoilte
Copy link

caoilte commented Aug 3, 2023

Scala Steward has a really neat semantic versioning targeted update selection strategy as well described in the How does Scala Steward decide what version it is updating to? section of the FAQ.

It doesn't work so well for one of our internal libraries which are versioned as YYYY.MM.DD.V (ie year/month/day/patch) and which frequently have multiple release at V per day. You would need to merge and re-run scala-steward at least twice every time to get to the latest version.

It would be helpful if we could configure scala steward to always try and update some libraries to the latest version.

@kubukoz
Copy link
Contributor

kubukoz commented Aug 14, 2023

FWIW the AWS SDK also follows this versioning pattern, which should be a more common usecase for having this kind of config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants