Skip to content

Commit c66b7da

Browse files
chore(codeowners): drop wildcard to stop Dependabot review pings (#13)
1 parent 19070b2 commit c66b7da

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
@@ -8,9 +8,8 @@
88
# Order matters: the last matching pattern takes precedence.
99
# For more information: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
1010

11-
# Default owners for everything in the repo
12-
* @hyperpolymath
13-
11+
# Default owners for everything in the repo
12+
1413
# Security-critical files (Perimeter 1) - require explicit security review
1514
/.github/workflows/ @hyperpolymath
1615
/.github/dependabot.yml @hyperpolymath
@@ -39,4 +38,4 @@
3938

4039
# Documentation (Perimeter 2-3) - can have broader ownership
4140
/docs/ @hyperpolymath
42-
/README* @hyperpolymath
41+
/README* @hyperpolymath

0 commit comments

Comments
 (0)