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:
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

View file

@ -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: |