Skip to content

Commit c7f4e3b

Browse files
authored
Update renovate.json to separate kotlin versions (#555)
1 parent 60c2c18 commit c7f4e3b

1 file changed

Lines changed: 25 additions & 5 deletions

File tree

renovate.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,37 @@
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
}

0 commit comments

Comments
 (0)