This website requires JavaScript.
Explore
Help
Sign in
renovate
/
renovate
Watch
1
Star
0
Fork
You've already forked renovate
0
mirror of
https://github.com/renovatebot/renovate.git
synced
2025-01-12 15:06:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7
8f1f728555
renovate
/
lib
/
renovate.js
6 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add renovate.js to root
2017-01-15 14:05:25 +00:00
#!/usr/bin/env node
Refactor to enable log context (#331) Closes #317 * Install traverse * Scrub api and logger in stringify config * Use stringifyConfig * Ignore logs * Add meta to CLI logs * Refactor repo structure * rename repoWorker * renamed worker * Refactor logger location * Refactor main worker * Refactor getRepoConfig * Refactor err * Refactor repo logger * Add config serializer and logger * Refactor redact * Remove stringifyConfig * Refactor onboarding * Set packageFile logger * Refactor package file logic * branch and pr logging * Improve log context * Fix tests part 1 * more test fixes * Fix github init * All tests passing * Rename cli helper * Refactor logger * Add logger tests * Add config serializer tests * Add configParser tests * Fix package file tests * Expand package-file tests * Use defaultConfig * Add package-file tests * Refactor * Finish package-file tests
2017-06-22 07:03:36 +00:00
const
renovateWorker
=
require
(
'./workers/index'
)
;
Add renovate.js to root
2017-01-15 14:05:25 +00:00
Refactor to enable log context (#331) Closes #317 * Install traverse * Scrub api and logger in stringify config * Use stringifyConfig * Ignore logs * Add meta to CLI logs * Refactor repo structure * rename repoWorker * renamed worker * Refactor logger location * Refactor main worker * Refactor getRepoConfig * Refactor err * Refactor repo logger * Add config serializer and logger * Refactor redact * Remove stringifyConfig * Refactor onboarding * Set packageFile logger * Refactor package file logic * branch and pr logging * Improve log context * Fix tests part 1 * more test fixes * Fix github init * All tests passing * Rename cli helper * Refactor logger * Add logger tests * Add config serializer tests * Add configParser tests * Fix package file tests * Expand package-file tests * Use defaultConfig * Add package-file tests * Refactor * Finish package-file tests
2017-06-22 07:03:36 +00:00
renovateWorker
.
start
(
)
;
Reference in a new issue
Copy permalink