Skip to content

Commit dd91b8b

Browse files
committed
Adjust configuration for depandabot
1 parent d8a0367 commit dd91b8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ updates:
66
- dependency-name: "connectedhomeip"
77
schedule:
88
interval: "daily"
9+
target-branch: main
910
- package-ecosystem: "github-actions"
1011
directory: "/"
1112
schedule:

.gitmodules

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "connectedhomeip"]
22
path = connectedhomeip
33
url = https://github.com/project-chip/connectedhomeip.git
4+
branch = master

0 commit comments

Comments
 (0)