commit 12a9c8e876518fb49748aa6314f183e071cbc5c1 Author: Renovate Bot Date: Tue Aug 26 07:20:17 2025 +0000 Upload files to "/" diff --git a/config.js b/config.js new file mode 100644 index 0000000..de29721 --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +module.exports = { + platform: 'gitea', + endpoint: 'https://git.rmm.highchem.ke/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', + autodiscover: true, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:recommended'], + }, + optimizeForDisabled: true, + persistRepoData: true, +}; \ No newline at end of file