From e629cac1ec429c1eaf86e853461ef3c31b8417fc Mon Sep 17 00:00:00 2001 From: "agent-optibot[bot]" <174391617+agent-optibot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:40:25 +0000 Subject: [PATCH] Add default OptiBot configuration --- .optibot | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .optibot diff --git a/.optibot b/.optibot new file mode 100644 index 0000000..3de254c --- /dev/null +++ b/.optibot @@ -0,0 +1,18 @@ +{ + "reviews": { + "auto": true, + "exclude": [], + "include": [], + "autoApprove": false, + "codeSuggestions": true, + "codeSuggestionsSkipFiles": [] + }, + "dependencyBundler": { + "enabled": false + }, + "summary": { + "auto": true, + "level": "basic" + }, + "enableCIFixer": false +} \ No newline at end of file