From 783ff0f0cbbee971f90c03f4e979afea6497e1c2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Jul 2025 13:19:27 +0530 Subject: [PATCH] Add config.js --- config.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..94d357f --- /dev/null +++ b/config.js @@ -0,0 +1,14 @@ +module.exports = { + platform: 'gitea', + endpoint: 'https://git.ryuu.in/api/v1/', // set this to the url of your gitea instance + gitAuthor: 'Renovate Bot ', // set the email address to whatever email your gave this user in your gitea + username: 'renovate-bot', + autodiscover: true, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:recommended'], + }, + optimizeForDisabled: true, + persistRepoData: true, + abandonmentThreshold: "1 year", +}; \ No newline at end of file