mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
c7a7ffbeed
* feat(config): allow exporting async config (#13035) module.exports can now be a function and it can be/return a Promise, allowing the results of asynchronous operations to be used in the configuration. The discussion leading up to this PR in #13035 assumed that module.exports had to be a plain object. But this commit: commit |
||
---|---|---|
.. | ||
config/parse | ||
autodiscover.spec.ts | ||
autodiscover.ts | ||
index.spec.ts | ||
index.ts | ||
initialize.spec.ts | ||
initialize.ts | ||
limits.spec.ts | ||
limits.ts |