Using Renovate to update build JDK

110 · Jake Wharton · Jan. 8, 2025, 10:08 p.m.
Summary
This blog post provides a step-by-step guide on using Renovate to keep the JDK version in your CI builds automatically updated to the latest version. It explains how to migrate the current JDK version to a `.java-version` file, modifying the setup-java action to read from this file, and updating the Renovate configuration to manage JDK versions effectively. The author emphasizes the importance of using the latest JDK for development while allowing flexibility in testing against older versions.