mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 01:42:34 +00:00
17 lines
388 B
JavaScript
17 lines
388 B
JavaScript
module.exports = {
|
|
branchPrefix: 'ga-renovate/',
|
|
dryRun: true,
|
|
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
|
logLevel: 'debug',
|
|
onboarding: false,
|
|
platform: 'github',
|
|
repositories: ['renovatebot/github-action'],
|
|
printConfig: true,
|
|
force: {
|
|
schedule: ['at any time'],
|
|
lockFileMaintenance: {
|
|
enabled: true,
|
|
schedule: ['at any time'],
|
|
},
|
|
},
|
|
};
|