16.0.0
16.0.0 (2019-04-16)
Bug Fixes
- nodejs 11 support (#3549) (05a46dd), closes /github.com/nodejs/node/pull/22754#issuecomment-423452575 #3445
Code Refactoring
Features
BREAKING CHANGES
- requireConfig is now enforced, if enabled. If a repository has no config but merged PRs, it will still be skipped.
- If you run your own bot and wish to allow config-less repositories (e.g. no
renovate.json
) then override this value tofalse
in your bot config.