diff --git a/config/repolinter-ruleset.json b/config/repolinter-ruleset.json
index c57e1b8..687d105 100644
--- a/config/repolinter-ruleset.json
+++ b/config/repolinter-ruleset.json
@@ -49,7 +49,7 @@
             "rule": {
                 "type": "file-existence",
                 "options": {
-                    "globsAny": ["CODEOWNERS*", "*/CODEOWNERS*", ".github/CODEOWNERS*"],
+                    "globsAny": ["CODEOWNERS*", "*/CODEOWNERS*"],
                     "nocase": true
                 }
             },