khuedoan-homelab/platform/gitea/files/config/config.yaml
Khue Doan b98060294d refactor!: remove Tekton
Replaced by Woodpecker CI. It turns out I don't need that much power
from Tekton's flexibility, so it's not worth the maintenance overhead
for my specific use case at home.
2024-01-15 10:55:29 +07:00

31 lines
682 B
YAML

# TODO create user and access token
# users:
# - name: renovate
# fullName: Renovate
# email: bot@renovateapp.com
# tokenSecretRef: renovate-secret # ???
organizations:
- name: ops
description: Operations
teams:
- name: Owners
members:
- renovate
repositories:
- name: homelab
owner: ops
private: false
migrate:
source: https://github.com/khuedoan/homelab
mirror: false
- name: blog
owner: khuedoan
migrate:
source: https://github.com/khuedoan/blog
mirror: true
- name: backstage
owner: khuedoan
migrate:
source: https://github.com/khuedoan/backstage
mirror: true