diff --git a/.github/renovate.js b/.github/renovate.js index 1d270c9..6450daa 100644 --- a/.github/renovate.js +++ b/.github/renovate.js @@ -1,27 +1,25 @@ module.exports = { - branchPrefix: 'test-renovate/', - dryRun: false, - username: 'renovate-release', - gitAuthor: 'Renovate Bot ', - 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 ", + "onboarding": false, + "platform": "github", + "includeForks": false, + "repositories": ["hikhvar/mqtt2prometheus"], + "packageRules": [ + { + "description": "lockFileMaintenance", + "matchUpdateTypes": [ + "pin", + "digest", + "patch", + "minor", + "major", + "lockFileMaintenance" + ], + "dependencyDashboardApproval": false, + "stabilityDays": 10 + } + ] };