From dddb4dea868390915a56bc681309be14ecfb2f05 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Fri, 1 May 2026 15:21:41 +0100 Subject: [PATCH] ci: vouch dependabot[bot] and exempt from draft requirement --- .github/VOUCHED.td | 1 + .github/workflows/vouch-check-pr.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/VOUCHED.td b/.github/VOUCHED.td index f9f31226363..a257444cad6 100644 --- a/.github/VOUCHED.td +++ b/.github/VOUCHED.td @@ -13,6 +13,7 @@ samejr isshaddad # Bots devin-ai-integration[bot] +dependabot[bot] # Outside contributors gautamsi capaj diff --git a/.github/workflows/vouch-check-pr.yml b/.github/workflows/vouch-check-pr.yml index 2109b7d3289..ab28275553a 100644 --- a/.github/workflows/vouch-check-pr.yml +++ b/.github/workflows/vouch-check-pr.yml @@ -28,7 +28,8 @@ jobs: github.event.pull_request.author_association != 'MEMBER' && github.event.pull_request.author_association != 'OWNER' && github.event.pull_request.author_association != 'COLLABORATOR' && - github.event.pull_request.user.login != 'devin-ai-integration[bot]' + github.event.pull_request.user.login != 'devin-ai-integration[bot]' && + github.event.pull_request.user.login != 'dependabot[bot]' runs-on: ubuntu-latest steps: - name: Close non-draft PR