From 75376bd11464aef757d59978d94db9a8fd91a3f3 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Fri, 27 Mar 2026 12:02:00 +0530 Subject: [PATCH] Add coderabbit config. --- .coderabbit.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..463b57da --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,4 @@ +knowledge_base: + linked_repositories: + - repository: "TeamPiped/Piped" + instructions: "Contains the backend code for the Piped project that is used by various different frontends, including the Vue one."