Skip to content

Commit

Permalink
Make Dependabot to ignore connectedhomeip
Browse files Browse the repository at this point in the history
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
  • Loading branch information
agners committed Apr 26, 2024
1 parent e754682 commit e9fbfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
allow:
ignore:
- dependency-name: "connectedhomeip"
schedule:
interval: "daily"
Expand Down

0 comments on commit e9fbfe3

Please sign in to comment.