From 441c6e80a12e056acb4c5986ff51ca79156c4604 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Wed, 1 Jul 2026 16:34:12 -0700 Subject: [PATCH] coderabbit yaml, primarily to disable the stupid poem --- .coderabbit.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..ab3ae54 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,16 @@ +language: en-US +reviews: + profile: chill + high_level_summary: true + poem: false + auto_review: + enabled: true + drafts: false + skip_author: + - renovate + - renovate[bot] + abort_on_close: true + + path_filters: + - "!/protobufs/**" + - "!/meshtastic/protobuf/**"