commit ff46c3488a3caf9eed9acd8c7281e022b25a3fa3 Author: renovate Date: Fri May 23 22:13:45 2025 +0200 Add 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