Skip to content

Commit e9fbfe3

Browse files
committed
Make Dependabot to ignore connectedhomeip
It seems Dependabot can't handle submodules with recursive submodules well: It fetches them recursively and ultimately runs out of space. See also: dependabot/dependabot-core#9376
1 parent e754682 commit e9fbfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: "gitsubmodule"
44
directory: "/"
5-
allow:
5+
ignore:
66
- dependency-name: "connectedhomeip"
77
schedule:
88
interval: "daily"

0 commit comments

Comments
 (0)