[org]
name = "my-github-org"
[security]
secret_scanning = true
secret_scanning_ai_detection = true
push_protection = true
dependabot_alerts = true
dependabot_security_updates = true
[templates]
branch = "chore/ward-setup"
reviewers = ["alice", "bob"]
commit_message_prefix = "chore: "
[templates.registries.gradle-artifactory]
type = "maven-repository"
url = "https://your-artifactory.example.com/artifactory/maven"
[branch_protection]
enabled = true
required_approvals = 1
dismiss_stale_reviews = true
require_code_owner_reviews = false
require_status_checks = true
strict_status_checks = false
enforce_admins = false
required_linear_history = false
allow_force_pushes = false
allow_deletions = false
[[systems]]
id = "backend"
name = "Backend Services"
exclude = ["operations?", "workflows", "system"]
[[systems]]
id = "frontend"
name = "Frontend Apps"
exclude = ["operations?", "workflows"]
[[systems]]
id = "platform"
name = "Platform & Infra"
exclude = ["operations?", "workflows"]