Initial monorepo structure
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
version: "1.0"
|
||||
contexts:
|
||||
- name: privat
|
||||
description: "Persönliche Projekte"
|
||||
- name: dhive
|
||||
description: "dhive GmbH Projekte"
|
||||
- name: bahn
|
||||
description: "DB InfraGO Projekte"
|
||||
- name: shared
|
||||
description: "Kontextübergreifende Tools und Wissen"
|
||||
|
||||
naming:
|
||||
pattern: "^[a-z0-9][a-z0-9\\-]{0,48}[a-z0-9]$"
|
||||
min_length: 2
|
||||
max_length: 50
|
||||
|
||||
security:
|
||||
config: shared/config/access-config.yaml
|
||||
audit_log: .audit/access.log
|
||||
encryption:
|
||||
tool: git-crypt
|
||||
machine_context_config: shared/config/machine-context.yaml
|
||||
key_source: keyring
|
||||
federation:
|
||||
config: shared/config/team-repos.yaml
|
||||
conflict_strategy: team-wins
|
||||
Reference in New Issue
Block a user