From ddde5f2fafcfc22518d260d52bdf8d0cc20f5c64 Mon Sep 17 00:00:00 2001 From: Renovate-Clanker Date: Sun, 4 Jan 2026 09:33:28 +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..212cb36 --- /dev/null +++ b/renovate-config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://git.fossy.my.id/api/v1", + "gitAuthor": "Renovate-Clanker ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +}; \ No newline at end of file