From 83da004fec39981eb49b9574873642205408f883 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com> Date: Thu, 15 Jan 2026 00:49:55 +0000 Subject: [PATCH] chore(config): add coderabbit configuration (#894) --- .coderabbit.yaml | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..41dac0f --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,25 @@ +--- +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json + +# see https://docs.coderabbit.ai/reference/configuration for details +language: "en" +early_access: false + +enable_free_tier: true + +reviews: + profile: "chill" + request_changes_workflow: true + high_level_summary: true + high_level_summary_in_walkthrough: true + poem: false + review_status: false + collapse_walkthrough: true + auto_review: + enabled: true + drafts: false + +chat: + auto_reply: true + +# validate at https://docs.coderabbit.ai/configuration/yaml-validator -- Gitblit v1.10.0