mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 09:59:52 +00:00
26 lines
560 B
JavaScript
26 lines
560 B
JavaScript
module.exports = {
|
|
"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
|
|
}
|
|
]
|
|
};
|