From 4edacae9a868bd95587d7f94700fb1fcb6c3d935 Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Wed, 9 Jul 2025 10:54:15 +0000 Subject: [PATCH] Update config.js --- config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config.js b/config.js index 7e1ca0a..baf7a20 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,4 @@ module.exports = { - hostRules: [ - { - hostType: 'docker', - username: 'akshunaggarwal', - password: process.env.DOCKER_HUB_PASSWORD, - }, - ], platform: 'gitea', endpoint: 'https://gitea.akshun-lab.uk/api/v1', gitAuthor: 'Renovate Bot ',