scale-catalog/.github/renovate-config.js
2022-06-16 12:31:05 +02:00

26 lines
508 B
JavaScript

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