diff --git a/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml b/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml index b6be941..2363fc8 100644 --- a/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml +++ b/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml @@ -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,