From 5f3624f19bf5f156a4b99fdb0783d718c8ad786d Mon Sep 17 00:00:00 2001 From: bagas Date: Sun, 28 Dec 2025 07:36:10 +0000 Subject: [PATCH] Add renovate-config.js --- renovate-config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 renovate-config.js diff --git a/renovate-config.js b/renovate-config.js new file mode 100644 index 0000000..883f95e --- /dev/null +++ b/renovate-config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://git.fossy.my.id/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +}; \ No newline at end of file