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"],