I don’t think any channel fits this so asking here...
# random
s
I don’t think any channel fits this so asking here. I’m using renovate to check package bumps, and I wanted to ignore any version bumps for Kotlin itself. My reasoning is that I’m using compose and it’s bound to that version so I don’t want to always have to close this PR manually since I never want to merge that alone. I don’t know what I’d have to put inside the
"ignoreDeps": ["here"]
in order to tell renovate to ignore all kotlin bumps. Anyone who had to do this before figured it out before?
l
I'd recommend you to use refreshVersions instead and just ignore the new Kotlin version available comments 😄
s
It's not a solo project, otherwise I would've given it a try
c
you can just use a kotlin bom and put that into ignoreDeps
s
Yeah the thing I don’t quite know how to figure out what
ignoreDeps
is looking for exactly. Is there a list of what string there maps to what? And would I need to use the bom to do this? I could maybe somehow ignore all of them individually too right?