Skip to content

Commit

Permalink
chore(renovate): group lockFileMaintenance to one pull request (#8702)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored May 15, 2023
1 parent 967fd22 commit 8325294
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
],
lockFileMaintenance: {
enabled: true,
commitMessageExtra: '({{packageFile}})',
},
additionalBranchPrefix: '{{parentDir}}-',
semanticCommitScope: '{{#if parentDir}}{{parentDir}}{{else}}deps{{/if}}',
prHourlyLimit: 0,
packageRules: [
{
matchUpdateTypes: ['major', 'minor', 'patch'],
additionalBranchPrefix: '{{parentDir}}-',
semanticCommitScope: '{{#if parentDir}}{{parentDir}}{{else}}deps{{/if}}'
}
]
}

0 comments on commit 8325294

Please sign in to comment.