From 495badcc89107ddbd93f0edaa0e80e52d2c28a6c 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:17 +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 afa95ff4..65a8f9a0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,9 +6,8 @@ # # See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -# Default: all changes require review from the project lead -* @JoshuaJewell @hyperpolymath - +# Default: all changes require review from the project lead + # Game engine and core systems main-game/src/engine/ @JoshuaJewell @hyperpolymath main-game/src/bindings/ @JoshuaJewell @hyperpolymath @@ -31,4 +30,4 @@ guix/ @JoshuaJewell @hyperpolymath # Security-sensitive files SECURITY.md @JoshuaJewell @hyperpolymath -.machine_readable/ @JoshuaJewell @hyperpolymath +.machine_readable/ @JoshuaJewell @hyperpolymath \ No newline at end of file