mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
10622a1811
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
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
#!/usr/bin/env node
|
|
|
|
const renovateWorker = require('./workers/index');
|
|
|
|
renovateWorker.start();
|