Update config.js
Some checks failed
continuous-integration/drone Build was killed

This commit is contained in:
2025-07-09 10:45:39 +00:00
parent 128542d5e7
commit 0addd26790

View File

@@ -1,4 +1,12 @@
module.exports = { module.exports = {
hostRules: [
{
hostType: 'docker',
matchHost: 'docker.io',
username: 'akshunaggarwal',
password: process.env.DOCKER_HUB_PASSWORD,
},
],
platform: 'gitea', platform: 'gitea',
endpoint: 'https://gitea.akshun-lab.uk/api/v1', endpoint: 'https://gitea.akshun-lab.uk/api/v1',
gitAuthor: 'Renovate Bot <renovate@akshun-lab.uk>', gitAuthor: 'Renovate Bot <renovate@akshun-lab.uk>',
@@ -11,12 +19,4 @@ module.exports = {
optimizeForDisabled: true, optimizeForDisabled: true,
persistRepoData: true, persistRepoData: true,
repositories: ["akshun/public-k3s"], repositories: ["akshun/public-k3s"],
hostRules: [
{
hostType: 'docker',
matchHost: 'docker.io',
username: 'akshunaggarwal',
password: process.env.DOCKER_HUB_PASSWORD,
},
],
} }