pkgjs / wiby

"Will I break you" - a tool for testing dependents
Apache License 2.0
33 stars 7 forks source link

Enable automated dependency updates #24

Closed dominykas closed 4 years ago

dominykas commented 4 years ago

I'd suggest we use renovate, mostly cause I'm familiar with it.

dominykas commented 4 years ago

https://github.com/pkgjs/wiby/pull/23 enables renovate (and has some updates to the default config, see my comment inside).

tl;dr: it will open PRs for dependencies, which get releases that do not match the specified range in the package.json and it will also open PRs to update the package-lock.json weekly.

dominykas commented 4 years ago

23 now merged.