From 6a9540823bed1ed2cef270df993e399f38959a0a 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:57 +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 a2f4775..d6e40d7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,9 +8,8 @@ # Order matters: the last matching pattern takes precedence. # For more information: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -# Default owners for everything in the repo -* @hyperpolymath - +# Default owners for everything in the repo + # Security-critical files (Perimeter 1) - require explicit security review /.github/workflows/ @hyperpolymath /.github/dependabot.yml @hyperpolymath @@ -39,4 +38,4 @@ # Documentation (Perimeter 2-3) - can have broader ownership /docs/ @hyperpolymath -/README* @hyperpolymath +/README* @hyperpolymath \ No newline at end of file