This message was deleted.
# dependency-management
s
This message was deleted.
e
IMO until dependabot gets some fundamental changes to how it works with Gradle, it'll be unsuitable for most general Gradle projects https://github.com/dependabot/dependabot-core/issues/1164
r
Thanks, interesting to see the issue. Seems to have gone silent for 6 months? Don't suppose you have a view on renovate? https://www.mend.io/free-developer-tools/renovate/
e
it has the same core issue, in that it attempts to parse the build scripts itself, which means it cannot understand plugins and other build logic. it looks like it does attempt to handle version ranges, but I don't have any experience with how well it does so
👍 1
g
I went with Renovate over Dependabot where I work. Works just as well, supports version catalogs and supports custom locations for dependency files. As mentioned though, won’t help you with that problem