From 4feb0ce39c038539263cb30ac0626614a61187a8 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem <4048546+olehermanse@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:13:51 +0200 Subject: [PATCH] Revert "Renovate: Try with . as repo" --- .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 8d88601..49e6e44 100644 --- a/.github/renovate-config.js +++ b/.github/renovate-config.js @@ -6,5 +6,5 @@ module.exports = { onboarding: false, requireConfig: "optional", branchPrefix: "renovate/", - repositories: ["."], + repositories: ["cfengine/cfengine-cli"], };