Skip to content

Commit 03beef7

Browse files
authored
Use matchPackageNames with ** (#67)
1 parent a8dc563 commit 03beef7

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

renovate.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,11 @@
99
"packageRules": [
1010
{
1111
"groupName": "Kotlin Dependencies",
12-
"matchPackagePrefixes": [
13-
"org.jetbrains.kotlin",
14-
"com.google.devtools.ksp"
15-
]
16-
},
17-
{
1812
"matchPackageNames": [
19-
"co.touchlab.skie:co.touchlab.skie.gradle.plugin"
20-
],
21-
"groupName": "SKIE Update Only",
22-
"prerelease": true
13+
"org.jetbrains.kotlin**",
14+
"co.touchlab.skie**",
15+
"com.google.devtools.ksp**"
16+
]
2317
}
2418
]
2519
}

0 commit comments

Comments
 (0)