renovate/test
Rhys Arkins 33e4b51126 feat: raise config validation issue if onboarded repo has invalid package.json
Previously, if someone updated a package.json to include invalid JSON, Renovate fails to parse it (as expected), so ignores it. As a result, any existing PRs would be autoclosed. Instead, Renovate will now skip the repository and raise a warning issue until the file parsing is complete or the file is added to Renovate’s ignore list.
2017-12-18 13:43:29 +01:00
..
_fixtures fix: strip leading equals sign from currentVersion 2017-12-16 06:50:18 +01:00
config feat: stop and raise error if repository is misconfigured (#1302) 2017-12-18 09:39:52 +01:00
logger fix: refactor logger addStream and depType logging (#1117) 2017-11-08 09:59:32 +01:00
manager feat: raise config validation issue if onboarded repo has invalid package.json 2017-12-18 13:43:29 +01:00
platform feat: stop and raise error if repository is misconfigured (#1302) 2017-12-18 09:39:52 +01:00
workers fix: don’t use v prefix in commit message if range 2017-12-18 12:39:59 +01:00
.eslintrc.js refactor: remove config.api and use platform dispatcher (#1114) 2017-11-07 11:46:10 +01:00
chai.js Refactor config 2017-01-20 14:03:18 +01:00
globals.js refactor: use global logger (#1116) 2017-11-08 06:44:03 +01:00
renovate.spec.js refactor: use platform global (#1115) 2017-11-07 13:31:34 +01:00