File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:base " ,
4+ " config:recommended " ,
55 " group:all" ,
66 " :dependencyDashboard" ,
77 " schedule:weekly"
1414 ],
1515 "packageRules" : [
1616 {
17- "matchPackagePrefixes " : [
18- " dev.drewhamilton.poko " ,
19- " org.jetbrains.kotlin "
20- ],
21- "groupName" : " kotlin "
17+ "groupName " : " kotlin " ,
18+ "matchPackageNames" : [
19+ " dev.drewhamilton.poko{/,}** " ,
20+ " org.jetbrains.kotlin{/,}** "
21+ ]
2222 },
2323 {
24- "matchPackagePrefixes" : [
25- " io.ktor"
26- ],
2724 "matchCurrentValue" : " 2.*" ,
2825 "allowedVersions" : " <3.0.0" ,
29- "groupName" : " ktor2"
26+ "groupName" : " ktor2" ,
27+ "matchPackageNames" : [
28+ " io.ktor{/,}**"
29+ ]
3030 },
3131 {
32- "matchPackagePrefixes" : [
33- " io.ktor"
34- ],
3532 "matchCurrentValue" : " 3.*" ,
3633 "allowedVersions" : " >=3.0.0" ,
37- "groupName" : " ktor3"
34+ "groupName" : " ktor3" ,
35+ "matchPackageNames" : [
36+ " io.ktor{/,}**"
37+ ]
3838 }
3939 ]
40- }
40+ }
You can’t perform that action at this time.
0 commit comments