From 59441ed28862aa9bc472b8e23cd915a081684aa6 Mon Sep 17 00:00:00 2001 From: Yogesh Chaudhary Date: Sun, 12 Jul 2026 09:57:41 +0530 Subject: [PATCH] chore: add coderabbit config --- .coderabbit.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..7b7054d8 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,7 @@ +reviews: + auto_review: + ignore_branches: + - 'release/**' + path_filters: + - '!dist/**' + - '!CHANGELOG.md'