Files
khuedoan-homelab/platform/gitea/files/config-as-code/config.yaml
2022-03-15 00:30:17 +07:00

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