Rhys Arkins
4a2fdd0477
refactor: use _auth= when migrating npm tokens
2017-12-14 09:49:50 +01:00
Rhys Arkins
88fc9c4155
refactor: use Object.entries when looping over key/val ( #1141 )
...
Closes #1079
2017-11-10 13:46:16 +01:00
Rhys Arkins
1e5a5cab79
refactor: move config globals inside functions ( #1088 )
...
This was necessary when attempting to use jest mock all
2017-11-03 07:43:26 +01:00
Rhys Arkins
827b9af7ef
refactor: use deepcopy for migrate and massage ( #1024 )
2017-10-23 12:56:11 +02:00
Rhys Arkins
826753e329
fix: migrate null schedule to [] ( #1021 )
2017-10-23 09:14:50 +02:00
Rhys Arkins
c889f2eec0
fix: don’t massage encrypted npm token ( #760 )
2017-09-01 07:43:49 +02:00
Rhys Arkins
16d36a15e2
feat: add npmToken, npmrc and yarnrc configuration support ( #753 )
...
Renovate config can now support the fields `npmToken`, `npmrc` and `yarnrc`. `npmrc` and `yarnrc` (note no `.` prefix) can be used as an alternative to checking the respective files into the repo and have the same effect. `npmToken` is a shorter alternative and allows for just the npm token to be added, defaulting to the public npm registry.
2017-08-29 09:25:44 +02:00
Rhys Arkins
573b434d2f
fix: arrays of objects should be massaged ( #696 )
2017-08-18 19:24:27 +02:00
Rhys Arkins
d27d35e535
feat: allow strings instead of lists ( #665 )
...
Updates definitions for schedule and package rules to allow strings to be massaged to lists - instead of erroring.
Closes #662
2017-08-11 07:29:16 +02:00