From 5acc3968a3375ca9604918683133a0c832378db2 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Mon, 15 Jun 2026 09:44:09 -0400 Subject: [PATCH] renovate: Update composefs crate names after cfsctl rename The cfsctl crate was renamed to composefs-ctl in composefs/composefs-rs@4dd43a1 ("Cargo: rename crates to use composefs- prefix"). Update the disabled package list accordingly. Assisted-by: OpenCode (Claude Opus 4.6) Signed-off-by: John Eckersberg --- renovate-shared-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate-shared-config.json b/renovate-shared-config.json index 26571bf..6bbbe51 100644 --- a/renovate-shared-config.json +++ b/renovate-shared-config.json @@ -225,7 +225,7 @@ "matchManagers": ["cargo"], "matchPackageNames": [ "composefs", - "cfsctl", + "composefs-ctl", "composefs-boot", "composefs-oci" ],