mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-31 07:09:33 +07:00
21 lines
494 B
YAML
21 lines
494 B
YAML
users:
|
|
- name: renovate
|
|
tokenSecretRef: renovate-secret # ???
|
|
organizations:
|
|
- name: ops
|
|
members:
|
|
- renovate
|
|
repositories:
|
|
- path: ops/homelab
|
|
migrate:
|
|
source: https://github.com/khuedoan/homelab
|
|
mirror: false
|
|
webhooks:
|
|
- http://gitea-webhook.tekton-pipelines:3000
|
|
- path: khuedoan/blog
|
|
webhooks:
|
|
- http://gitea-webhook.tekton-pipelines:3000
|
|
- path: khuedoan/backstage
|
|
webhooks:
|
|
- http://gitea-webhook.tekton-pipelines:3000
|