vessel icon indicating copy to clipboard operation
vessel copied to clipboard

feat: enable dependabot support

Open vinayakkulkarni opened this issue 4 years ago • 2 comments

  • [x] Ensures dependencies are up to date for app & node images

@fideloper: you can check it in the dashboard here

vinayakkulkarni avatar Dec 26 '19 10:12 vinayakkulkarni

Hi!

I'm not sure Dependabot makes sense in context of this repo, but I could be missing something!

Can you explain to me what it would be doing in this configuration? Would it edit Dockerfile's to change what version of packages are installed?

fideloper avatar Jan 04 '20 14:01 fideloper

Hey,

Sorry about the late reply, been buried with work.

Once you enable dependabot on this repo, you can check it out in the dashboard app

Right now, with the config file, the Dockerfile inside app & node directories will be checked.

This blog post announcing what exactly Dependabot does for Docker might be helpful: Click Here

It's just a better & clean way of keeping dependencies up-to-date.

vinayakkulkarni avatar Jan 08 '20 10:01 vinayakkulkarni