2022-06-16 10:31:05 +00:00
|
|
|
module.exports = {
|
|
|
|
dryRun: false,
|
2022-08-08 20:43:02 +00:00
|
|
|
username: 'truecharts-admin',
|
|
|
|
gitAuthor: 'truecharts-admin <bot@truecharts.org>',
|
2022-06-16 10:31:05 +00:00
|
|
|
onboarding: false,
|
|
|
|
platform: 'github',
|
|
|
|
repositories: [
|
|
|
|
'truecharts/truetool',
|
|
|
|
],
|
|
|
|
packageRules: [
|
|
|
|
{
|
|
|
|
description: 'lockFileMaintenance',
|
|
|
|
matchUpdateTypes: [
|
|
|
|
'pin',
|
|
|
|
'digest',
|
|
|
|
'patch',
|
|
|
|
'minor',
|
|
|
|
'major',
|
|
|
|
'lockFileMaintenance',
|
|
|
|
],
|
|
|
|
dependencyDashboardApproval: false,
|
|
|
|
stabilityDays: 0,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
};
|