2022-05-11 09:04:06 +00:00
|
|
|
module.exports = {
|
|
|
|
dryRun: false,
|
2022-08-08 20:42:39 +00:00
|
|
|
username: 'truecharts-admin',
|
|
|
|
gitAuthor: 'truecharts-admin <bot@truecharts.org>',
|
2022-05-11 09:04:06 +00:00
|
|
|
onboarding: false,
|
2022-07-22 18:23:01 +00:00
|
|
|
platform: "github",
|
|
|
|
repositories: ["truecharts/charts"],
|
2022-05-11 09:04:06 +00:00
|
|
|
packageRules: [
|
|
|
|
{
|
2022-07-22 18:23:01 +00:00
|
|
|
description: "lockFileMaintenance",
|
2022-05-11 09:04:06 +00:00
|
|
|
matchUpdateTypes: [
|
2022-07-22 18:23:01 +00:00
|
|
|
"pin",
|
|
|
|
"digest",
|
|
|
|
"patch",
|
|
|
|
"minor",
|
|
|
|
"major",
|
|
|
|
"lockFileMaintenance",
|
2022-05-11 09:04:06 +00:00
|
|
|
],
|
|
|
|
dependencyDashboardApproval: false,
|
|
|
|
stabilityDays: 0,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
};
|