We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a9284 commit 389bdd9Copy full SHA for 389bdd9
renovate.json5
@@ -29,10 +29,10 @@
29
},
30
{
31
"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
+ "matchPackageNames": [
+ "org.jetbrains.kotlin.jvm:**", // should be aligned with the version bundled in gradle
34
],
35
- enabled: false,
+ "enabled": false,
36
}
37
38
"prHourlyLimit": 10,
0 commit comments