Update renovate.js

This commit is contained in:
Christoph Petrausch
2023-02-25 21:11:20 +01:00
committed by GitHub
parent 509fda8945
commit bc2bcd8edc

48
.github/renovate.js vendored
View File

@@ -1,27 +1,25 @@
module.exports = {
branchPrefix: 'test-renovate/',
dryRun: false,
username: 'renovate-release',
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
onboarding: false,
platform: 'github',
includeForks: false,
repositories: [
'hikhvar/mqtt2prometheus',
],
packageRules: [
{
description: 'lockFileMaintenance',
matchUpdateTypes: [
'pin',
'digest',
'patch',
'minor',
'major',
'lockFileMaintenance',
],
dependencyDashboardApproval: false,
stabilityDays: 10,
},
],
"branchPrefix": "test-renovate/",
"dryRun": null,
"username": "renovate-release",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"onboarding": false,
"platform": "github",
"includeForks": false,
"repositories": ["hikhvar/mqtt2prometheus"],
"packageRules": [
{
"description": "lockFileMaintenance",
"matchUpdateTypes": [
"pin",
"digest",
"patch",
"minor",
"major",
"lockFileMaintenance"
],
"dependencyDashboardApproval": false,
"stabilityDays": 10
}
]
};