mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
module.exports = {
|
|
globals: {
|
|
logger: true,
|
|
platform: true,
|
|
},
|
|
};
|