You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would adding a tool like Dependabot or Renovate be an option for this project? That could eliminate the need to explicitly upgrade dependencies by hand.. Looking through the list both of these properties are outdated:
Short version is that Dependabot is easiest to get started with, as it's part of GitHub.
You'd need a file .github/dependabot.yml with content such as the following:
Adding this file would help surface any new dependency versions daily, along with any compile / test incompatibilities.
Renovate is a separate app & oauth, but still quite easy to add and also supports bumping the maven wrapper for instance.
You're on Maven wrapper version 3.6.3 for instance, and Renovate would also create a wrapper bump to 3.8.5 for you.
Would adding a tool like Dependabot or Renovate be an option for this project? That could eliminate the need to explicitly upgrade dependencies by hand.. Looking through the list both of these properties are outdated:
The most recent versions as of writing are:
Originally posted by @timtebeek in #7 (comment)
The text was updated successfully, but these errors were encountered: