Skip to content
10 changes: 4 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ updates:
patterns:
- "*"

# Grouped Python dependencies
- package-ecosystem: "pip"

# Git submodules (e.g. submodules/ai-landing-zone)
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "monthly"
Expand All @@ -29,9 +30,6 @@ updates:
target-branch: "dependabotchanges"
open-pull-requests-limit: 10
groups:
langchain:
patterns:
- "langchain*"
all-backend-deps:
all-submodules:
patterns:
- "*"
Loading