From 382bc6e7cbcd23d8931b1405db1f78b74064286e Mon Sep 17 00:00:00 2001 From: Mike Yumatov Date: Mon, 4 May 2026 10:32:31 +0300 Subject: [PATCH] chore(renovate): group napi-rs crates into a single PR napi and napi-derive must advance together because the proc-macro and runtime share an ABI; updating one without the other breaks compilation (see PRs #328, #329). Co-Authored-By: Claude Opus 4.7 (1M context) --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 41abfc96..c253b926 100644 --- a/renovate.json +++ b/renovate.json @@ -10,5 +10,12 @@ "minimumReleaseAge": "14 days", "postUpdateOptions": [ "npmDedupe" + ], + "packageRules": [ + { + "matchManagers": ["cargo"], + "matchPackageNames": ["napi", "napi-build", "napi-derive"], + "groupName": "napi-rs crates" + } ] }