Skip to content

Commit af04e70

Browse files
chore: drop * wildcard from CODEOWNERS to stop Dependabot review pings (#7)
The catch-all `* @hyperpolymath` line in CODEOWNERS causes GitHub to auto-request review on every Dependabot PR (since every PR touches at least one owned path under `*`). With the sole maintainer being the same user, those review requests are pure notification noise. This drops the wildcard line while preserving any path-specific ownership and SPDX/license headers. Path-specific lines are intentional and stay. Human PRs from collaborators still trigger path-owner review where applicable; Dependabot PRs typically only touch root manifest files which are no longer matched.
1 parent 56543b8 commit af04e70

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
#
55
# Replace hyperpolymath with your GitHub username or team
66

7-
# Default owners for everything
8-
* @hyperpolymath
9-
7+
# Default owners for everything
8+
109
# Security-sensitive files require explicit review
1110
SECURITY.md @hyperpolymath
1211
.github/workflows/ @hyperpolymath
1312
Trustfile.a2ml @hyperpolymath
14-
.machine_readable/ @hyperpolymath
13+
.machine_readable/ @hyperpolymath

0 commit comments

Comments
 (0)