mirror of
https://github.com/guillaumemeyer/watermarks-remover.git
synced 2026-08-22 13:11:57 +02:00
- 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.
9 lines
337 B
Plaintext
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
|