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": { "kubernetes": {
"fileMatch": ["flux/.+\\.yaml$"] "fileMatch": ["flux/.+\\.yaml$"]
}, },
hostRules: [ "hostRules": [
{ {
hostType: 'docker', "hostType": "docker",
matchHost: 'ghcr.io', "matchHost": "ghcr.io",
username: 'NULLx76', "username": "NULLx76",
password: process.env.GITHUB_COM_TOKEN "password": process.env.GITHUB_COM_TOKEN
} }
], ],
"packageRules": [ "packageRules": [