From f9e2357feb1b1c764d639df12dcf5fa130acdd63 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 3 Feb 2025 20:46:13 -0600 Subject: [PATCH] added config --- config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..34f98df --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://code.mcvsoftware.com/api/v1", // replace it with your actual endpoint + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +}; \ No newline at end of file