From 48182a09e7573e426ae935112740da7d4233f02a 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:09 +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 aa63131..1b49e7e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,8 @@ # SPDX-License-Identifier: PMPL-1.0-or-later # CODEOWNERS - Evidence Graph for Investigative Journalism (bofig) -# Default owner for all files -* @hyperpolymath - +# Default owner for all files + # Core domain logic /lib/evidence_graph/ @hyperpolymath @@ -16,4 +15,4 @@ /SECURITY.md @hyperpolymath # Machine-readable state -/.machine_readable/ @hyperpolymath +/.machine_readable/ @hyperpolymath \ No newline at end of file