renovate: add ghcr auth

This commit is contained in:
Vivian 2022-05-20 11:30:33 +02:00
parent b0aa339082
commit 9e4ac8ae74

View file

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