Skip to content

Commit 59711a8

Browse files
committed
fix: correct package name patterns in renovate configuration
1 parent 31857e1 commit 59711a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
},
4141
},
4242
{
43-
matchPackageNames: ["org.gradlex**"],
43+
matchPackageNames: ["org.gradlex.**"],
4444
groupName: "gradlex",
4545
},
4646
{
47-
matchPackageNames: ["org.jetbrains.kotlin**"],
47+
matchPackageNames: ["org.jetbrains.kotlin.**"],
4848
groupName: "kotlin",
4949
},
5050
{
51-
matchPackageNames: ["org.springframework.boot**"],
51+
matchPackageNames: ["org.springframework.boot.**"],
5252
groupName: "spring boot",
5353
},
5454
],

0 commit comments

Comments
 (0)