diff --git a/renovate.json5 b/renovate.json5 index e7057e9557..fd43f146d8 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -8,12 +8,16 @@ lockFileMaintenance: { enabled: true, }, - prHourlyLimit: 0, packageRules: [ { - matchUpdateTypes: ['major', 'minor', 'patch'], + matchUpdateTypes: [ + 'major', + 'minor', + 'patch', + ], additionalBranchPrefix: '{{parentDir}}-', - semanticCommitScope: '{{#if parentDir}}{{parentDir}}{{else}}deps{{/if}}' - } - ] + semanticCommitScope: '{{#if parentDir}}{{parentDir}}{{else}}deps{{/if}}', + }, + ], + prHourlyLimit: 0, }