This commit is contained in:
16
config.js
16
config.js
@@ -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,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user