mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:14:38 +07:00
feat(gitea): initial config as code structure
This commit is contained in:
parent
f5162a9135
commit
b5b821f3b4
15
platform/gitea/files/config-as-code/config.yaml
Normal file
15
platform/gitea/files/config-as-code/config.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
users:
|
||||
- name: renovate
|
||||
token:
|
||||
secretRef: renovate-secret # ???
|
||||
organizations:
|
||||
- name: ops
|
||||
members:
|
||||
- renovate
|
||||
repositories:
|
||||
- path: ops/homelab
|
||||
migrate:
|
||||
source: https://github.com/khuedoan/homelab
|
||||
mirror: false
|
||||
- path: khuedoan/blog
|
||||
- path: khuedoan/backstage
|
Loading…
Reference in New Issue
Block a user