This commit is contained in:
DeveloperDurp 2026-02-05 05:11:50 -06:00
parent 50138f25e6
commit e3547898ec
2 changed files with 3 additions and 23 deletions

View file

@ -52,26 +52,6 @@ spec:
target: target:
name: renovate-personal-config-secret name: renovate-personal-config-secret
data: 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 - secretKey: RENOVATE_TOKEN
remoteRef: remoteRef:
key: kv/renoatePersonal key: kv/renoatePersonal

View file

@ -430,11 +430,11 @@ renovate-personal:
{ {
"platform": "gitlab", "platform": "gitlab",
"endpoint": "https://gitlab.durp.info/api/v4", "endpoint": "https://gitlab.durp.info/api/v4",
"autodiscover": "true", "autodiscover": true,
"dryRun": false, "dryRun": null,
"printConfig": false, "printConfig": false,
"autodiscoverFilter": ["durfy/*"], "autodiscoverFilter": ["durfy/*"],
"assignees": ["durp"], "assignees": ["durp"]
} }
# See https://docs.renovatebot.com/self-hosted-configuration # See https://docs.renovatebot.com/self-hosted-configuration
# config: | # config: |