Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"description": "Hold Kotlin at 2.3.x: the KMP artifact (org.meshtastic:protobufs) publishes native klibs, and klibs built by Kotlin 2.4 carry ABI version 2.4.0, which consumers on Kotlin 2.3.x (Meshtastic-Android, until InsertKoinIO/koin#2431 resolves) reject at compile time. Drop this rule once Meshtastic-Android is on Kotlin 2.4.",
"matchPackageNames": ["/^org\\.jetbrains\\.kotlin[.:]/"],
"allowedVersions": "<2.4.0"
}
]
}
Loading