mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
50138f25e6
commit
e3547898ec
2 changed files with 3 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue