We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6986973 commit 7b93a3aCopy full SHA for 7b93a3a
1 file changed
.github/dependabot.yml
@@ -13,4 +13,14 @@ updates:
13
allow:
14
- dependency-name: "third_party/matter_sdk"
15
- dependency-name: "third_party/matter_support"
16
- target-branch: "main"
+ target-branch: "main"
17
+
18
+ - package-ecosystem: "gitsubmodule"
19
+ directory: "/"
20
+ schedule:
21
+ interval: "daily"
22
+ time: "08:00"
23
+ allow:
24
+ - dependency-name: "third_party/matter_sdk"
25
+ - dependency-name: "third_party/matter_support"
26
+ target-branch: "release_2.8-1.5"
0 commit comments