renovate: add ghcr auth fix

This commit is contained in:
Vivian 2022-05-20 11:33:54 +02:00
parent 9e4ac8ae74
commit 21c1d51d58

View file

@ -64,12 +64,12 @@ data:
"kubernetes": {
"fileMatch": ["flux/.+\\.yaml$"]
},
hostRules: [
"hostRules": [
{
hostType: 'docker',
matchHost: 'ghcr.io',
username: 'NULLx76',
password: process.env.GITHUB_COM_TOKEN
"hostType": "docker",
"matchHost": "ghcr.io",
"username": "NULLx76",
"password": process.env.GITHUB_COM_TOKEN
}
],
"packageRules": [