2022-12-25 23:11:20 +01:00
|
|
|
module.exports = {
|
|
|
|
branchPrefix: 'renovate/',
|
|
|
|
username: 'renovate-release',
|
|
|
|
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
|
|
|
onboarding: true,
|
|
|
|
platform: 'github',
|
|
|
|
includeForks: false,
|
2022-12-26 22:07:19 +01:00
|
|
|
baseBranches: ['dev'],
|
2022-12-27 11:37:29 +01:00
|
|
|
ignoreDeps: ['jest', 'ts-jest', 'node'],
|
2022-12-25 23:11:20 +01:00
|
|
|
repositories: [
|
|
|
|
'manuel-rw/jellyfin-discord-music-bot',
|
|
|
|
],
|
|
|
|
packageRules: [
|
|
|
|
{
|
|
|
|
description: 'lockFileMaintenance',
|
|
|
|
matchUpdateTypes: [
|
|
|
|
'pin',
|
|
|
|
'digest',
|
|
|
|
'patch',
|
|
|
|
'minor',
|
|
|
|
'major',
|
|
|
|
'lockFileMaintenance',
|
|
|
|
],
|
|
|
|
dependencyDashboardApproval: false,
|
|
|
|
stabilityDays: 0,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
};
|