mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
b98060294d
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.
31 lines
682 B
YAML
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
|