renovatebot-github/example/config.js
2020-04-28 08:30:10 +02:00

10 lines
288 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'],
lockFileMaintenance: { enabled: true, schedule: [] },
};