scale-catalog/.github/renovate-config.js

26 lines
508 B
JavaScript
Raw Normal View History

2022-06-16 10:31:05 +00:00
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,
},
],
};