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