From a40aadfce99503ee7d254cf8abaebea2d4fe680d Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Sat, 5 Jul 2025 12:13:18 +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..aa2aa68 --- /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: [ + "k3s/helm-k3s" + ] +}