File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "matchPackageNames" : [" com.charleskorn.kaml**" ],
1010 "schedule" : [" * 0-3 1,15 * *" ]
1111 },
12+ {
13+ "description" : " Keep kotlin version separate from kotlin-detekt and kotlin-ktlint" ,
14+ "matchFileNames" : [
15+ " gradle/libs.versions.toml"
16+ ],
17+ "matchDepNames" : [
18+ " kotlin"
19+ ],
20+ "groupName" : " kotlin"
21+ },
1222 {
1323 "description" : " Group detekt and kotlin-detekt updates together" ,
14- "matchFileNames" : [" gradle/libs.versions.toml" ],
15- "matchDepNames" : [" detekt" , " kotlin-detekt" ],
24+ "matchFileNames" : [
25+ " gradle/libs.versions.toml"
26+ ],
27+ "matchDepNames" : [
28+ " detekt" ,
29+ " kotlin-detekt"
30+ ],
1631 "groupName" : " detekt dependencies"
1732 },
1833 {
1934 "description" : " Group ktlint and kotlin-ktlint updates together" ,
20- "matchFileNames" : [" gradle/libs.versions.toml" ],
21- "matchDepNames" : [" ktlint" , " kotlin-ktlint" ],
22- "groupName" : " detekt dependencies"
35+ "matchFileNames" : [
36+ " gradle/libs.versions.toml"
37+ ],
38+ "matchDepNames" : [
39+ " ktlint" ,
40+ " kotlin-ktlint"
41+ ],
42+ "groupName" : " ktlint dependencies"
2343 }
2444 ]
2545}
You can’t perform that action at this time.
0 commit comments