From 0addd26790c6b4047188465df8d29ee943c0e482 Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Wed, 9 Jul 2025 10:45:39 +0000 Subject: [PATCH] Update config.js --- config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.js b/config.js index d8d598f..1aa405c 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,12 @@ module.exports = { + hostRules: [ + { + hostType: 'docker', + matchHost: 'docker.io', + username: 'akshunaggarwal', + password: process.env.DOCKER_HUB_PASSWORD, + }, + ], platform: 'gitea', endpoint: 'https://gitea.akshun-lab.uk/api/v1', gitAuthor: 'Renovate Bot ', @@ -11,12 +19,4 @@ module.exports = { optimizeForDisabled: true, persistRepoData: true, repositories: ["akshun/public-k3s"], - hostRules: [ - { - hostType: 'docker', - matchHost: 'docker.io', - username: 'akshunaggarwal', - password: process.env.DOCKER_HUB_PASSWORD, - }, - ], }