Skip to content

Commit c2c71c2

Browse files
Update Kotlin to v1.7.3 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jordon de Hoog <[email protected]>
1 parent 878ffae commit c2c71c2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

renovate.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"extends": [
44
"config:base"
55
],
6-
"labels": ["dependencies"],
6+
"labels": [
7+
"dependencies"
8+
],
79
"packageRules": [
810
{
911
"groupName": "Kotlin",
@@ -14,5 +16,15 @@
1416
"org.jetbrains.kotlinx:binary-compatibility-validator"
1517
]
1618
}
19+
],
20+
"ignoreDeps": [
21+
"org.jetbrains.kotlinx:kotlinx-coroutines-test",
22+
"org.jetbrains.kotlinx:kotlinx-coroutines-android",
23+
"org.jetbrains.kotlinx:kotlinx-coroutines-core",
24+
"androidx.core:core-ktx"
1725
]
1826
}
27+
28+
29+
30+

0 commit comments

Comments
 (0)