From 6ba1a3d6728492f16d9f9c313952e9e9c7cbf9c0 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:34 +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 3a35265..c3bac1b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,9 +2,8 @@ # CODEOWNERS - Code ownership for proof-of-work # See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -# Default owner for all files -* @hyperpolymath - +# Default owner for all files + # Game engine and core logic /src/game/ @hyperpolymath /src/verification/ @hyperpolymath @@ -15,4 +14,4 @@ /Containerfile @hyperpolymath # SCM and machine-readable metadata -/.machine_readable/ @hyperpolymath +/.machine_readable/ @hyperpolymath \ No newline at end of file