From 4a12a7b5d7895fd73aed3b2134874b3450c9927c Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Thu, 14 May 2026 09:16:29 +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 c0c0271..c98d9c3 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