From a162e4cdd8712354b0bb29eed1d909a6aed29165 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Mon, 7 Sep 2026 19:57:15 +0100 Subject: [PATCH] chore(deps): group NAPI Cargo updates Group napi and napi-* version updates across the existing Cargo directories so runtime and derive crates are updated together. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Davies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e922024..3fa5749 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,10 @@ updates: hyperlight: patterns: - "hyperlight-*" + napi: + patterns: + - "napi" + - "napi-*" cooldown: default-days: 7 schedule: