From 716d29f8276bf984fa7587d834e5133b38c2f2ff 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:40 +0100 Subject: [PATCH] chore(codeowners): drop wildcard to stop Dependabot review pings --- CODEOWNERS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 427c99c..03c6137 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,8 +1,7 @@ # SPDX-License-Identifier: PMPL-1.0-or-later -# Default owner for everything -* @hyperpolymath - +# Default owner for everything + # Security-sensitive files require explicit review SECURITY.md @hyperpolymath .github/workflows/ @hyperpolymath -.machine_readable/ @hyperpolymath +.machine_readable/ @hyperpolymath \ No newline at end of file