From 2303b47483615d2d271063d53304cb90958c48f2 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Wed, 29 Apr 2026 14:50:24 -0700 Subject: [PATCH] refactor: configure Gemini reviewer to ignore lockfile and changelog The bot doesn't provide much useful feedback on these files and pollutes release PRs, so we can just skip them. --- .gemini/config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gemini/config.yaml b/.gemini/config.yaml index 9f4eb5f02da3..795367b13a53 100644 --- a/.gemini/config.yaml +++ b/.gemini/config.yaml @@ -8,4 +8,6 @@ code_review: summary: false code_review: true include_drafts: false -ignore_patterns: [] +ignore_patterns: + - pnpm-lock.yaml + - CHANGELOG.md