Hey guys, when using dependabot with Compose from ...
# multiplatform
h
Hey guys, when using dependabot with Compose from JetBrains, is there a way to ignore all the dev versions I don't want to receive PRs about
build(deps): bump org.jetbrains.compose.material:material-navigation from 1.7.0-beta02 to 1.8.0+dev1976
j
I'm even getting from stable to dev:
Bump org.jetbrains.compose from 1.7.1 to 1.8.0+dev1972
h
Same here
j
This is not related to Multiplatform and/or Kotlin as it is a problem with Dependabot configuration.
And, based on the fact you are getting
dev
updates, not only the dependabot config is wrong, but you should probably remove some repositories as Maven Central does not include
dev
updates AFAIK
2
j
Thanks @Javier, in my project I actually had the dev repository left over. Didn't remember I once added it, for fixes in Compose 🙂
🙂 1