Skip to content

Commit

Permalink
fix: matchDepNames for spring boot (#23187)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jul 5, 2023
1 parent 0bcd387 commit e064eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ const staticGroups = {
packageRules: [
{
groupName: 'spring boot',
matchPackageNames: ['org.springframework.boot'],
matchDepNames: ['org.springframework.boot'],
matchPackagePrefixes: ['org.springframework.boot:'],
},
],
Expand Down

0 comments on commit e064eb4

Please sign in to comment.