From d34d0e65e076af8c01cfe56b9ecd1326ba9f6992 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Thu, 5 Mar 2026 17:17:43 -0800 Subject: [PATCH] Add allowed_bots parameter with Dependabot to droid-review workflow --- .github/workflows/droid-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/droid-review.yml b/.github/workflows/droid-review.yml index 1f58301..82b2897 100644 --- a/.github/workflows/droid-review.yml +++ b/.github/workflows/droid-review.yml @@ -25,3 +25,4 @@ jobs: with: factory_api_key: ${{ secrets.FACTORY_API_KEY }} automatic_review: true + allowed_bots: 'dependabot'