diff --git a/renovate.json5 b/renovate.json5 index efb7f12..7d4d234 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,13 +1,17 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'config:recommended', + ], + branchConcurrentLimit: 3, + labels: [ + 'Bot::Renovate', + ], + semanticCommits: 'disabled', + commitMessagePrefix: 'renovate:', + reviewers: [ + 'echarrod', + 'adamhicks', + 'NeilLuno', ], - "branchConcurrentLimit": 3, - "labels":["Bot::Renovate"], - "semanticCommits": "disabled", - "commitMessagePrefix": "renovate:", - "reviewers": [ - "echarrod", "adamhicks", "NeilLuno" - ] }