From 5119c5e637caca340c837daa1e3b9e4ecfda97bc Mon Sep 17 00:00:00 2001 From: renovate-bot <3+renovate-bot@noreply.git.robonen.ru> Date: Mon, 15 Jun 2026 21:29:35 +0000 Subject: [PATCH] Upload files to "/" --- 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..e0d4098 --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +module.exports = { + platform: 'gitea', + endpoint: 'https://git.robonen.ru/api/v1/', + gitAuthor: 'Renovate Bot ', + username: 'renovate-bot', + autodiscover: true, + optimizeForDisabled: true, + persistRepoData: true, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:recommended'], + }, +};