mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
module.exports = {
|
|
platform: 'github',
|
|
logFileLevel: 'warn',
|
|
logLevel: 'debug',
|
|
onboarding: false,
|
|
dryRun: true,
|
|
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
|
};
|