Skip to content

Commit

Permalink
feat(preset): add flyway plugin package to flyway group (#31177)
Browse files Browse the repository at this point in the history
  • Loading branch information
sichapman authored Sep 3, 2024
1 parent aa4419a commit f3a1468
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 @@ -87,7 +87,7 @@ const staticGroups = {
packageRules: [
{
groupName: 'flyway',
matchPackageNames: ['org.flywaydb:*'],
matchPackageNames: ['org.flywaydb:*', 'org.flywaydb.flyway:*'],
},
],
},
Expand Down

0 comments on commit f3a1468

Please sign in to comment.