diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 7d9899d..1b7ec69 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -22,7 +22,11 @@ reviews: - "pages/**" - "components/**" - "models/**" - - "!**/*.md" + - "!pages/**/*.md" + - "CONTRIBUTING.md" + - "AGENTS.md" + - ".github/copilot-instructions.md" + - ".coderabbit.yaml" - "!**/*.{bin,csv}" - "!node_modules/**" - "!.next/**"