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