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:
|
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
|
||||||
|
|
|
||||||
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue