diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 905ecef..5c8910d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,12 @@ updates: - "langfuse" - "mem0ai" - "openai" + react: + patterns: + - "react" + - "react-dom" + - "@types/react" + - "@types/react-dom" testing: patterns: - "vitest"