This page is about managing the settings of CodeRabbit for your Git repository. For a general overview of configuring CodeRabbit, see .
.coderabbit.yaml
file to your repository..coderabbit.yaml
file at the top level of its default branch, then CodeRabbit applies all of its settings to that repository’s code reviews. CodeRabbit applies its own default values to any configuration settings not defined by your .coderabbit.yaml
file.
If your repository doesn’t have a .coderabbit.yaml
file, then CodeRabbit applies the configuration from the CodeRabbit web interface, instead.
While the web interface provides an easier way to explore the available configuration options for your repository, we recommend using a .coderabbit.yaml
file as a best practice.
.coderabbit.yaml
.coderabbit.yaml
file to your repository, merge a copy of our template configuration file to the top level of your default branch. From there, you can update your repository’s CodeRabbit configuration by updating the .coderabbit.yaml
file exactly as you would any other text file in your repository.
For more information about the .coderabbit.yaml
file, see Add a configuration file.