From 1fcb0df49085a8f80e02163aa16421ac3831b856 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Thu, 16 Jul 2026 14:52:43 +0200 Subject: [PATCH] Renovate: Try with . as repo Signed-off-by: Ole Herman Schumacher Elgesem --- .github/renovate-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate-config.js b/.github/renovate-config.js index 49e6e44..8d88601 100644 --- a/.github/renovate-config.js +++ b/.github/renovate-config.js @@ -6,5 +6,5 @@ module.exports = { onboarding: false, requireConfig: "optional", branchPrefix: "renovate/", - repositories: ["cfengine/cfengine-cli"], + repositories: ["."], };