From 883175f05f5f5f22cc3f6107fc25d5ab1bcdf028 Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Sun, 24 Aug 2025 05:42:45 +0000 Subject: [PATCH] Update config.js --- config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index baf7a20..4e7998a 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ module.exports = { platform: 'gitea', - endpoint: 'https://gitea.akshun-lab.uk/api/v1', - gitAuthor: 'Renovate Bot ', + endpoint: 'https://gitea.akshun-lab.cc/api/v1', + gitAuthor: 'Renovate Bot ', username: 'renovate', autodiscover: false, onboardingConfig: { @@ -10,5 +10,5 @@ module.exports = { }, optimizeForDisabled: true, persistRepoData: true, - repositories: ["akshun/public-k3s"], + repositories: ["aggarwalakshun/public-k3s"], }