docker-sbt
docker-sbt copied to clipboard
Usage with Renovate (for automated downstream PRs)
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.
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