Skip to content

Commit

Permalink
feat(groups): add io.micrometer group (#33137)
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor authored Dec 17, 2024
1 parent 0e62f52 commit a32f1e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/config/presets/internal/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,16 @@ const staticGroups = {
},
],
},
micrometer: {
description:
"Group Micrometer packages together, e.g. 'io.micrometer:micrometer-core'.",
packageRules: [
{
groupName: 'micrometer',
matchPackageNames: ['io.micrometer:micrometer-**'],
},
],
},
nodeJs: {
description:
"Group anything that looks like Node.js together so that it's updated together.",
Expand Down Expand Up @@ -467,6 +477,7 @@ const staticGroups = {
'group:jestPlusTypes',
'group:jwtFramework',
'group:kubernetes',
'group:micrometer',
'group:phpstan',
'group:polymer',
'group:react',
Expand Down

0 comments on commit a32f1e4

Please sign in to comment.