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
toby-thanathip
changed the title
RFC: Automate dependency updates in Gradle projects with Dependabot
Automate dependency updates in Gradle projects with Dependabot
Oct 3, 2022
Issue
Our template is enabling
Dependabot
, but it's being used only to report Ruby dependency https://github.com/nimblehq/android-templates/pulls?q=is%3Apr+Dependabot. There is no config to report for Android project dependency updates yet.Solution
We now can apply to use Dependabot to automate dependency updates in Gradle projects (Android) 🎉 . There is a nice article about this: https://proandroiddev.com/automate-dependency-updates-in-gradle-projects-with-dependabot-8f0092a89de9.
There were some issues with Dependabot before. However it's now 2022, they are resolved and released so the bot is ready to use in Android project:
Who Benefits?
Developers
What's Next?
Dependabot
app.dependabot.yml
to report dependency updates for Android project.The text was updated successfully, but these errors were encountered: