From f41a3f354052a5174afda7e66a41e209a74383d2 Mon Sep 17 00:00:00 2001 From: update-bot Date: Mon, 2 Jun 2025 16:15:35 -0500 Subject: [PATCH] Add config.js --- config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..ee6d54a --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +module.exports = { + platform: 'gitea', + endpoint: 'https://git.nolanbecker.net/api/v1/', // set this to the url of your gitea instance + gitAuthor: 'Update Bot ', // set the email address to whatever email your gave this user in your gitea + username: 'update-bot', + autodiscover: true, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:recommended'], + }, + optimizeForDisabled: true, + persistRepoData: true, +}; \ No newline at end of file