Hacker News new | ask | show | jobs
by Cannabat 824 days ago
I wonder if renovatebot [0] supports this?

[0] https://github.com/renovatebot/renovate

1 comments

Looks like it does – you can add a rule to set the enabled option to false for all devDependencies. It’s the third example in the docs for the enabled option:

https://docs.renovatebot.com/configuration-options/#enabled

Thanks - I was looking in the wrong place in the docs.