DEV Community

Discussion on: Update dependencies with Renovate

Collapse
 
joedayz profile image
José Díaz

Hi Pavel. Congrats for your article, I am using renovate bot thanks to it.
I have some projects in GitHub and all have renovate bot configured. But these using public and private dependencies. I received the PR when a public dependency is updated in the maven central. But How can I do to update my private dependencies?

I see in the documentation it information:

docs.renovatebot.com/java/

Should I add a config.js in my repo with it configuration? I want to have updates of maven central + updates of my own repositories mvnrepo.cantara.no/content/reposit...

Please, give me some advice about this.
Thanks in advance.

Joe

Collapse
 
arxeiss profile image
Pavel Kutáč

Thanks José, nice to hear that this article help someone to use Renovate. However, I don't have any experience with that.

I would suggest you to check this page docs.renovatebot.com/getting-start... and/or search in Github Renovate discussion github.com/renovatebot/renovate/di...