module.exports = { dryRun: false, username: 'truecharts-bot', gitAuthor: 'truecharts-bot ', onboarding: false, platform: 'github', repositories: [ 'truecharts/truetool', ], packageRules: [ { description: 'lockFileMaintenance', matchUpdateTypes: [ 'pin', 'digest', 'patch', 'minor', 'major', 'lockFileMaintenance', ], dependencyDashboardApproval: false, stabilityDays: 0, }, ], };