You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/getting-started/configure-coderabbit.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ of precedence:
21
21
2. Configure using CodeRabbit UI for each repository
22
22
3. Configure using CodeRabbit UI for the organization
23
23
24
-
In this guide, we will cover the configuration using a YAML file. For reference, you can find curated examples of YAML configurations in our[awesome-coderabbit](https://github.com/coderabbitai/awesome-coderabbit) repository.
24
+
In this guide, we will cover the configuration using a YAML file. For reference, you can find curated examples of YAML configurations in our[`awesome-coderabbit`](https://github.com/coderabbitai/awesome-coderabbit) repository.
25
25
26
26
##Configure CodeRabbit using a YAML File
27
27
@@ -63,3 +63,20 @@ Refer:
63
63
Please note that code reviews commence with new pull requests or incremental
64
64
commits to existing pull requests once the CodeRabbit app is installed. Should
65
65
you have any questions or require assistance, our support team is here to help.
66
+
67
+
##Shared configuration
68
+
69
+
If you are self-hosting CodeRabbit in an air-gapped environment, you can use the
70
+
shared configuration feature to share the configuration across multiple repositories.
71
+
72
+
To use shared configuration, you need to:
73
+
74
+
1. Create a`.coderabbit.yaml` file and host it in a location that is accessible
75
+
to from the CodeRabbit instance.
76
+
2. Create a`.coderabbit.yaml` file in the root of your repository with the