Skip to content

Commit 0940e6b

Browse files
Update renovate.json to respect -native-mt classifier (#334)
Change `versioning` parameter for kotlinx.coroutines dependencies, so that renovate respects `-native-mt` suffix. Co-authored-by: Peter Trifanov <[email protected]>
1 parent 7616e64 commit 0940e6b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
],
3232
"groupName": "Kotlin core dependencies",
3333
"groupSlug": "core-kotlin"
34+
},
35+
{
36+
"managers": ["gradle"],
37+
"matchPackagePatterns": [
38+
"^org\\.jetbrains\\.kotlinx:kotlinx-coroutines.*"
39+
],
40+
"versioning": "docker"
3441
}
3542
]
3643
}

0 commit comments

Comments
 (0)