Skip to content

Commit 389bdd9

Browse files
committed
[ci skip] chore: properly disable renovate kotlin updates
1 parent 65a9284 commit 389bdd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
},
3030
{
3131
"description": "Dependencies whose updates shouldn't be done automatically",
32-
matchPackageNames: [
33-
"org.jetbrains.kotlin.jvm", // should be aligned with the version bundled in gradle
32+
"matchPackageNames": [
33+
"org.jetbrains.kotlin.jvm:**", // should be aligned with the version bundled in gradle
3434
],
35-
enabled: false,
35+
"enabled": false,
3636
}
3737
],
3838
"prHourlyLimit": 10,

0 commit comments

Comments
 (0)