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 ',