From 1583198c576745f736e5cdd445992e1aecbc35dd Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Fri, 7 Aug 2026 08:52:09 -0400 Subject: [PATCH] =?UTF-8?q?chore(renovate-config)!:=20update=20config=20ho?= =?UTF-8?q?me-operations/renovate-presets=20(5.0.0=20=E2=9E=94=206.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream moved the app-specific presets out of managers/ and versioning/ into an opt-in apps/ directory. Nested preset references carry no tag, so they resolve from the default branch regardless of the pin, and 5.0.0 default.json kept asking for managers/cnpg.json5 after it moved. Opt back into the two apps/ presets this repo needs: grafanaDashboards for the grafanadashboard.yaml manifests and talosFactory for the factory.talos.dev installer image. Signed-off-by: Devin Buhl --- .renovaterc.json5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 60e6ec415155a..4c90492619c0f 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -1,6 +1,11 @@ { $schema: "https://docs.renovatebot.com/renovate-schema.json", - extends: ["github>home-operations/renovate-presets#5.0.0", ":timezone(America/New_York)"], + extends: [ + "github>home-operations/renovate-presets#6.0.0", + "github>home-operations/renovate-presets//apps/grafanaDashboards.json5#6.0.0", + "github>home-operations/renovate-presets//apps/talosFactory.json5#6.0.0", + ":timezone(America/New_York)", + ], lockFileMaintenance: { enabled: true, schedule: ["before 3am on the first day of the month"],