Skip to content
Snippets Groups Projects
Unverified Commit e064eb43 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix: matchDepNames for spring boot (#23187)

parent 0bcd387b
No related branches found
No related tags found
No related merge requests found
......@@ -484,7 +484,7 @@ const staticGroups = {
packageRules: [
{
groupName: 'spring boot',
matchPackageNames: ['org.springframework.boot'],
matchDepNames: ['org.springframework.boot'],
matchPackagePrefixes: ['org.springframework.boot:'],
},
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment