From ff46c3488a3caf9eed9acd8c7281e022b25a3fa3 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 23 May 2025 22:13:45 +0200 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..951c934 --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +module.exports = { + platform: 'gitea', + endpoint: 'https://gitea.ditmarvisser.net', // set this to the url of your gitea instance + gitAuthor: 'Renovate ', // set the email address to whatever email your gave this user in your gitea + username: 'renovate', + autodiscover: true, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:recommended'], + }, + optimizeForDisabled: true, + persistRepoData: true, +}; \ No newline at end of file