From bef8c29d5773ae7778a0c503b69d6a69c4555efa Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Thu, 14 May 2026 09:15:03 +0100 Subject: [PATCH] chore(codeowners): drop wildcard to stop Dependabot review pings --- .github/CODEOWNERS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8d339b7..bbcfd8b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,11 +4,10 @@ # # Replace hyperpolymath with your GitHub username or team -# Default owners for everything -* @hyperpolymath - +# Default owners for everything + # Security-sensitive files require explicit review SECURITY.md @hyperpolymath .github/workflows/ @hyperpolymath Trustfile.a2ml @hyperpolymath -.machine_readable/ @hyperpolymath +.machine_readable/ @hyperpolymath \ No newline at end of file