Skip to content

Commit

Permalink
style(json5): format renovate json5 (#8703)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored May 15, 2023
1 parent 8325294 commit ecef392
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

0 comments on commit ecef392

Please sign in to comment.