mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
34 lines
797 B
YAML
34 lines
797 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
|
|
# TODO create webhook (use a global one?)
|
|
# webhooks:
|
|
# - http://gitea-webhook.tekton-pipelines:3000
|
|
- 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
|