Skip to content

Commit 19ccc0d

Browse files
authored
feat: add v2 branch in dependabot
1 parent dfaf2b6 commit 19ccc0d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ updates:
1010
schedule:
1111
interval: daily
1212
target-branch: develop
13+
- package-ecosystem: gomod
14+
directory: /
15+
schedule:
16+
interval: daily
17+
target-branch: v2
18+
- package-ecosystem: "gitsubmodule"
19+
directory: "/"
20+
schedule:
21+
interval: daily
22+
target-branch: v2

0 commit comments

Comments
 (0)