Skip to content

Commit

Permalink
feat(preset): add allDigest grouping preset (#26849)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jan 24, 2024
1 parent 3c3a09e commit 399b96e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/config/presets/internal/group.ts
Expand Up @@ -32,6 +32,17 @@ const staticGroups = {
},
],
},
allDigest: {
description: 'Group all `digest` updates together.',
packageRules: [
{
groupName: 'all digest updates',
groupSlug: 'all-digest',
matchPackagePatterns: ['*'],
matchUpdateTypes: ['digest'],
},
],
},
allNonMajor: {
description: 'Group all `minor` and `patch` updates together.',
packageRules: [
Expand Down

0 comments on commit 399b96e

Please sign in to comment.