Skip to content

Commit e54af95

Browse files
Merge pull request #146 from Harmanpreet-Microsoft/dev
build: update Dependabot config with gitsubmodule ecosystem and simplify dependency groups
2 parents ab7c171 + 3505f7b commit e54af95

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ updates:
1919
patterns:
2020
- "*"
2121

22-
# Grouped Python dependencies
23-
- package-ecosystem: "pip"
22+
23+
# Git submodules (e.g. submodules/ai-landing-zone)
24+
- package-ecosystem: "gitsubmodule"
2425
directory: "/"
2526
schedule:
2627
interval: "monthly"
@@ -29,9 +30,6 @@ updates:
2930
target-branch: "dependabotchanges"
3031
open-pull-requests-limit: 10
3132
groups:
32-
langchain:
33-
patterns:
34-
- "langchain*"
35-
all-backend-deps:
33+
all-submodules:
3634
patterns:
3735
- "*"

0 commit comments

Comments
 (0)