From 9003c3f79ef2114613f51ed08a82dc31253fb8ef Mon Sep 17 00:00:00 2001 From: Oscar V Date: Tue, 7 Apr 2026 22:39:14 -0700 Subject: [PATCH] chore: add dependabot to CLA exempt list Dependabot PRs were blocked by CLA verification since bots cannot sign the agreement. --- .clabot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clabot b/.clabot index 6e85a14..073939a 100644 --- a/.clabot +++ b/.clabot @@ -4,6 +4,7 @@ "recheckComment": "recheck", "contributors": [ "oscarvalenzuelab", - "cla-bot[bot]" + "cla-bot[bot]", + "dependabot[bot]" ] }