mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
Update docker-compose (dev + macmini), CI/CD workflows, Prometheus, package.json scripts, env generation, database setup, CODEOWNERS, and dependabot to reference the new Hono-based mana-auth service. Delete zombie mana-core-auth directory (already removed from Git). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
37 lines
1.7 KiB
Text
37 lines
1.7 KiB
Text
# CODEOWNERS - Defines code ownership for PR review requirements
|
|
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
|
|
|
# =============================================================================
|
|
# Staging & Production Configuration
|
|
# =============================================================================
|
|
# These files control production/staging deployments and require team lead review
|
|
# to prevent accidental configuration regressions (like HTTP vs HTTPS URLs)
|
|
|
|
docker-compose.staging.yml @wuesteon
|
|
docker-compose.production.yml @wuesteon
|
|
docker/caddy/Caddyfile.staging @wuesteon
|
|
docker/caddy/Caddyfile.production @wuesteon
|
|
|
|
# =============================================================================
|
|
# CI/CD Workflows
|
|
# =============================================================================
|
|
# Changes to deployment pipelines require review
|
|
|
|
.github/workflows/cd-*.yml @wuesteon
|
|
.github/workflows/ci.yml @wuesteon
|
|
|
|
# =============================================================================
|
|
# Core Infrastructure
|
|
# =============================================================================
|
|
# Shared packages and services that affect all apps
|
|
|
|
services/mana-auth/ @wuesteon
|
|
packages/shared-auth/ @wuesteon
|
|
|
|
# =============================================================================
|
|
# Workspace Configuration
|
|
# =============================================================================
|
|
# Root configuration files that affect the entire monorepo
|
|
|
|
pnpm-workspace.yaml @wuesteon
|
|
turbo.json @wuesteon
|