Files
watermarks-remover/.github/CODEOWNERS
T
Guillaume Meyer (The Opinionated Man) ccdde45f6d ci: add Dependabot config and security-path CODEOWNERS
- dependabot.yml: weekly updates for GitHub Actions (rotates the SHA pins),
  root pip deps (requirements-dev.txt), and the scorer requirements
  (compatibility-coupled to the pinned upstream commit — human re-verify
  noted), monthly for the digest-pinned Docker base image.
- CODEOWNERS: keep the default maintainer ownership and make ownership of
  /.github and SECURITY.md explicit.
2026-08-12 21:16:36 -07:00

9 lines
337 B
Plaintext

# All changes need review from the maintainer before merge.
# Only code-owner approvals count toward the required review on main.
* @guillaumemeyer
# Security-sensitive surface stays explicitly with the maintainer:
# CI/CD workflows, dependency automation, and the security policy.
/.github/ @guillaumemeyer
SECURITY.md @guillaumemeyer