mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 09:59:52 +00:00
Update renovate.js
This commit is contained in:
committed by
GitHub
parent
509fda8945
commit
bc2bcd8edc
48
.github/renovate.js
vendored
48
.github/renovate.js
vendored
@@ -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
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user