docker-sbt icon indicating copy to clipboard operation
docker-sbt copied to clipboard

Usage with Renovate (for automated downstream PRs)

Open MPV opened this issue 1 year ago • 1 comments

Hi, Anyone who's been able to get Renovate configured to automatically create PRs when depending upon the images from this repo?

There's some documentation here on how to make Renovate detect an image:

  • https://docs.renovatebot.com/modules/datasource/docker/

I imagine there could be some challenges with the docker image versions containing multiple tools (<JDK version>_<sbt version>_<Scala version>) — any ideas?

Imagine if one wants to pin to a major JDK version (and possibly a Scala version), but wants to get new automated PRs for any patch updates of any of these dependencies.

MPV avatar Jun 09 '23 10:06 MPV

No experience with renovate here, we could also use something that updates jdk versions in this project

https://github.com/sbt/docker-sbt/blob/91d72cf4d386ba7e8d93674b68d75bc54120d6b9/.github/workflows/build.yml#L20-L29

francisdb avatar Jun 12 '23 14:06 francisdb