-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Declare dependencies differently, so that Dependabot "sees" them (and "group" dependencies which Dependabot already sees) #2302
Comments
I'll (propose to) introduce a see https://docs.gradle.org/current/userguide/platforms.html |
With #2306 merged, the next step here (from my side) is to wait and see if Dependabot will automagically propose a bump for Glide... |
Reminder to myself, I forgot about this: Because of how https://github.com/google/android-fhir/blob/master/.github/dependabot.yaml is currently configured, any #2306-like work will only lead to new dependency update PRs at |
It see, see #2325.
Let's keep it weekly. #2591 will shortly move all remaining dependencies from Closing as Done! |
The goal of this issue is to improve how this project declares its dependencies in Gradle.
The primary motivation for this issue is that the Dependabot which I activated in #2195 so far only raises a limited number of "version bump PRs", because as-is Dependabot only sees Gradle plugins, and the few Jackson dependencies declared in
settings.gradle.kts
and incommon/build.gradle.kts
andbuildSrc/build.gradle.kts
, as well as GitHub Actions - but it misses all the (more interesting) dependencies inbuildSrc/src/main/kotlin/Dependencies.kt
(understandably, because that's "non-standard / custom Kt Gradle code").As a "side effect" of this work, I'm also hoping to be able to better declaratively define "groups" of dependencies which "belong together", so that Dependabot automatically (instead of me manually) raises #2301 instead of its individual (and incomplete) #2283 and #2285.
The text was updated successfully, but these errors were encountered: