From d8501ae87dea2ec7aedd7197379412f996104fce Mon Sep 17 00:00:00 2001 From: akshun Date: Mon, 16 Jun 2025 10:15:38 +0000 Subject: [PATCH] Add config.js --- config.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..3d96f16 --- /dev/null +++ b/config.js @@ -0,0 +1,16 @@ +module.exports = { + platform: 'gitea', + endpoint: 'https://gitea.akshun-lab.uk/api/v1/', + gitAuthor: 'Renovate Bot ', + username: 'renovate', + autodiscover: false, + onboardingConfig: { + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['config:recommended'] + }, + optimizeForDisabled: true, + persistRepoData: true, + repositories: [ + "akshun/public-k3s" + ] +} \ No newline at end of file