Files
library-charts/.github/renovate-config.js
Kjeld Schouten-Lebbing 5b814b1d97 Link ix and tc repohistories
2023-01-21 12:19:40 +01:00

26 lines
518 B
JavaScript

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