.coderabbit.yaml
1 parent ad9c453 commit 3c4a7e1Copy full SHA for 3c4a7e1
1 file changed
.coderabbit.yaml
@@ -19,14 +19,16 @@ reviews:
19
- "!**/.idea/**"
20
- "!**/node_modules/**"
21
auto_review:
22
+ auto_pause_after_reviewed_commits: 0
23
ignore_title_keywords:
24
- "wip"
25
- "draft"
26
ignore_usernames:
27
- "dependabot"
28
- "dependabot[bot]"
29
- "mend"
- - "app/renovate"
30
+ - "renovate"
31
+ - "renovate[bot]"
32
pre_merge_checks:
33
title:
34
mode: "off"
0 commit comments