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