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
Now dependencies are handle pretty much manually with de.fayard.buildSrcVersions Gradle plugin (now refreshVersions).
It would be cool if we can automate dependency upgrades with a bot (like Renovate or Dependabot).
Here it was set up Dependabot, but it was never actually leveraged correctly, due to the incomplete support these bots have with Gradle (and in particular with Gradle Kotlin DSL).
Consider using one of these correctly.
Now dependencies are handle pretty much manually with
de.fayard.buildSrcVersions
Gradle plugin (now refreshVersions).It would be cool if we can automate dependency upgrades with a bot (like Renovate or Dependabot).
Here it was set up Dependabot, but it was never actually leveraged correctly, due to the incomplete support these bots have with Gradle (and in particular with Gradle Kotlin DSL).
Consider using one of these correctly.
Useful references:
The text was updated successfully, but these errors were encountered: