Skip to content

Commit 50b7c4a

Browse files
committed
Renovate: Pin the Kotlin dependency
This needs to be align with Compose and for the time being stay at version 1.7.20, also see [1]. [1]: https://github.com/JetBrains/compose-jb/blob/master/VERSIONING.md#kotlin-compatibility Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 6d73f77 commit 50b7c4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

renovate.json

+8
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base"
5+
],
6+
"packageRules": [
7+
{
8+
"matchPackageNames": [
9+
"org.jetbrains.kotlin.jvm"
10+
],
11+
"rangeStrategy": "pin"
12+
}
513
]
614
}

0 commit comments

Comments
 (0)