Create renovate-config.js
This commit is contained in:
parent
9e83dfb090
commit
56dec8eba9
25
.github/renovate-config.js
vendored
Normal file
25
.github/renovate-config.js
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
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,
|
||||
},
|
||||
],
|
||||
};
|
Loading…
Reference in New Issue
Block a user