diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a6e80f22a..f1f39cb96 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,10 @@ updates: interval: "weekly" commit-message: prefix: "build" + groups: + langchain: + patterns: + - "langchain*" open-pull-requests-limit: 50 - package-ecosystem: "npm" directory: "/code/frontend"