Jean-Michel Fayard
Jean-Michel Fayard
With manual parsing, dependabot can't know that the key `version.kotest` is meant for `io.kotest:kotest-.*:*`
Also FYI @yschimke they don't support versions catalogs https://github.com/dependabot/dependabot-core/issues/3121
Ah the issue is resolved then. Then it works with refreshVersions too, we don't do anything special.
There are rules embedded in the plugin, see here https://github.com/jmfayard/refreshVersions/tree/main/plugins/dependencies/src/main/resources/refreshVersions-rules You can add your own rules with `extraArtifactVersionKeyRules()` https://jmfayard.github.io/refreshVersions/setup/#configure-the-plugin for example ```kotlin // settings.gradle.kts refreshVersions { extraArtifactVersionKeyRules(file("refreshVersions-extra-rules.txt")) } ``` In...
I want to provide a simpler API for rules. No promise for when that will come but you can have a look here https://github.com/jmfayard/refreshVersions/issues/580
@chachako it worked fine for me today https://github.com/jmfayard/refreshVersions/commit/843009922a3fbe67499aaad68381288d258af155
@rlatapy-luna nope the tests are here to prevent you from typos and so on. It seems that there are more libraries than what your PR contains. https://mvnrepository.com/search?q=com.google.accompanist Can you add...
@higoorc I'm sorry we were quite overwhelmed with the task of releasing Gradle Versions Catalog support. You are completely right on all points. > I actually can try to develop...
> idea will automatically create the gradlew file and gradle/ folders when linking the gradle projects > and also add it to .git/info/exclude (local gitignore) so it will nto commit...
Thanks for your work, unfortunately I never got it to work, I guess we can suffer having dupes of those gradle files