Files
public-k3s/config.js
Akshun Aggarwal 1cf1832317
All checks were successful
continuous-integration/drone Build is passing
Update config.js
2025-07-09 10:39:28 +00:00

29 lines
764 B
JavaScript

module.exports = {
platform: 'gitea',
endpoint: 'https://gitea.akshun-lab.uk/api/v1',
gitAuthor: 'Renovate Bot <renovate@akshun-lab.uk>',
username: 'renovate',
autodiscover: false,
onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:recommended']
},
optimizeForDisabled: true,
persistRepoData: true,
repositories: ["akshun/public-k3s"],
logLevel: 'debug',
hostRules: [
{
hostType: 'docker',
matchHost: 'docker.io',
username: 'akshunaggarwal',
password: process.env.DOCKER_HUB_PASSWORD,
},
{
hostType: 'docker',
matchHost: 'index.docker.io',
username: 'akshunaggarwal',
password: process.env.DOCKER_HUB_PASSWORD,
}
],
}