diff --git a/infra/renovate/templates/secrets.yaml b/infra/renovate/templates/secrets.yaml index e1e5fce..5ee1d1f 100644 --- a/infra/renovate/templates/secrets.yaml +++ b/infra/renovate/templates/secrets.yaml @@ -52,26 +52,6 @@ spec: target: name: renovate-personal-config-secret data: - - secretKey: renovate.json - remoteRef: - key: kv/renoatePersonal - property: config - - secretKey: RENOVATE_AUTODISCOVER - remoteRef: - key: kv/renoatePersonal - property: RENOVATE_AUTODISCOVER - - secretKey: RENOVATE_ENDPOINT - remoteRef: - key: kv/renoatePersonal - property: RENOVATE_ENDPOINT - - secretKey: RENOVATE_GIT_AUTHOR - remoteRef: - key: kv/renoatePersonal - property: RENOVATE_GIT_AUTHOR - - secretKey: RENOVATE_PLATFORM - remoteRef: - key: kv/renoatePersonal - property: RENOVATE_PLATFORM - secretKey: RENOVATE_TOKEN remoteRef: key: kv/renoatePersonal diff --git a/infra/renovate/values.yaml b/infra/renovate/values.yaml index 1f6fb60..f2e2ae7 100644 --- a/infra/renovate/values.yaml +++ b/infra/renovate/values.yaml @@ -430,11 +430,11 @@ renovate-personal: { "platform": "gitlab", "endpoint": "https://gitlab.durp.info/api/v4", - "autodiscover": "true", - "dryRun": false, + "autodiscover": true, + "dryRun": null, "printConfig": false, "autodiscoverFilter": ["durfy/*"], - "assignees": ["durp"], + "assignees": ["durp"] } # See https://docs.renovatebot.com/self-hosted-configuration # config: |