There is no way to teach Dependabot the custom notation (for this, it would need to be more customizable, https://github.com/dependabot/dependabot-core/issues/1164). Maybe we can support some "mixed" notation that only uses Gradle standard notation that the plugin then checks for correctness:
Dependabot does not know how to deal with a
build.gradle.kts
file like this:Instead, it would expect something this:
There is no way to teach Dependabot the custom notation (for this, it would need to be more customizable, https://github.com/dependabot/dependabot-core/issues/1164). Maybe we can support some "mixed" notation that only uses Gradle standard notation that the plugin then checks for correctness: