From d73bfc596d2a596c35f100f99ff16007548b9a78 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 15 Dec 2025 08:12:24 +0100 Subject: [PATCH] CodeRabbit review noise reduction --- .coderabbit.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 219e21816..92563f72b 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -5,3 +5,13 @@ reviews: labels: ["Needs review"] ignore_usernames: ["dependabot[bot]", "renovate[bot]"] ignore_title_keywords: ["wip", "draft"] + + review_level: "high" # BIG one + max_comments: 10 # hard cap + inline_comments: false # summary-only reviews + request_changes: false # no aggressive blocking + + focus: + - "bugs" + - "security" + - "performance" \ No newline at end of file