From 10b3b69572f1d57b93b99ea550b2c9529a2e6173 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 31 Jan 2026 21:41:26 +0000 Subject: [PATCH] chore: add CodeRabbit configuration Co-Authored-By: Claude Opus 4.5 --- .coderabbit.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..a040c8d --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,13 @@ +# CodeRabbit Configuration +# Inherits from: https://github.com/host-uk/coderabbit/.coderabbit.yaml + +reviews: + review_status: false + + path_instructions: + - path: "**/Dockerfile*" + instructions: "Check for security best practices, multi-stage builds, and pinned versions" + - path: "**/*.yml" + instructions: "Ansible/Docker Compose - validate syntax and idempotency" + - path: "**/*.sh" + instructions: "Shell scripts - check for shellcheck compliance and proper error handling"