We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f78dbcc + e54af95 commit 5c3d3f0Copy full SHA for 5c3d3f0
1 file changed
.github/dependabot.yml
@@ -19,8 +19,9 @@ updates:
19
patterns:
20
- "*"
21
22
- # Grouped Python dependencies
23
- - package-ecosystem: "pip"
+
+ # Git submodules (e.g. submodules/ai-landing-zone)
24
+ - package-ecosystem: "gitsubmodule"
25
directory: "/"
26
schedule:
27
interval: "monthly"
@@ -29,9 +30,6 @@ updates:
29
30
target-branch: "dependabotchanges"
31
open-pull-requests-limit: 10
32
groups:
- langchain:
33
- patterns:
34
- - "langchain*"
35
- all-backend-deps:
+ all-submodules:
36
37
0 commit comments