# Default owners for the whole repository.
# Gitea installations with CODEOWNERS support can use this file for review hints.
# If your Gitea instance does not enforce CODEOWNERS automatically,
# use docs/maintainers.md as the operational fallback.

* @johannes

# Core runtime and deployment logic
/compose.yaml @johannes
/compose/ @johannes
/scripts/ @johannes
/systemd/ @johannes

# Documentation and process
/docs/ @johannes
/README.md @johannes
/CHANGELOG.md @johannes
/CONTRIBUTING.md @johannes
/SECURITY.md @johannes
/.gitea/ @johannes
