From e353ef33c322c705bf3097dee8ccd40058bf1298 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 12 Jun 2026 06:06:58 -0500 Subject: [PATCH] ci: drop the Kotlin <2.4 Renovate hold now that Meshtastic-Android is on 2.4.0 The hold existed because 2.4-built native klibs carry ABI version 2.4.0, which Kotlin 2.3.x consumers hard-reject. Meshtastic-Android merged its Kotlin 2.4.0 upgrade (meshtastic/Meshtastic-Android#5760), so Renovate can propose Kotlin 2.4.x here again. Co-Authored-By: Claude Opus 4.8 (1M context) --- renovate.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/renovate.json b/renovate.json index 16bc773..0e01365 100644 --- a/renovate.json +++ b/renovate.json @@ -8,11 +8,6 @@ "automergeStrategy": "squash", "rebaseWhen": "conflicted", "packageRules": [ - { - "description": "Hold Kotlin at 2.3.x: 2.4-built klibs carry ABI version 2.4.0, which Meshtastic-Android (Kotlin 2.3.21 until InsertKoinIO/koin#2431 resolves) rejects — see meshtastic/Meshtastic-Android#5763. Drop this rule once Android is on Kotlin 2.4.", - "matchPackageNames": ["/^org\\.jetbrains\\.kotlin[.:]/"], - "allowedVersions": "<2.4.0" - }, { "description": "Group Kotlin ecosystem dependencies", "groupName": "Kotlin ecosystem",