File tree 1 file changed +58
-0
lines changed
1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : " gomod" # See documentation for possible values
9
+ directory : " /wizard" # Location of package manifests
10
+ schedule :
11
+ interval : " daily"
12
+ commit-message :
13
+ prefix : " chore"
14
+ include : " scope"
15
+ open-pull-requests-limit : 10
16
+ reviewers :
17
+ - " hamidraza"
18
+ - " bharath-123"
19
+ - " batphonghan"
20
+
21
+ - package-ecosystem : " gomod" # See documentation for possible values
22
+ directory : " /configuration" # Location of package manifests
23
+ schedule :
24
+ interval : " daily"
25
+ commit-message :
26
+ prefix : " chore"
27
+ include : " scope"
28
+ open-pull-requests-limit : 10
29
+ reviewers :
30
+ - " hamidraza"
31
+ - " bharath-123"
32
+ - " batphonghan"
33
+
34
+ - package-ecosystem : " gomod" # See documentation for possible values
35
+ directory : " /ui" # Location of package manifests
36
+ schedule :
37
+ interval : " daily"
38
+ commit-message :
39
+ prefix : " chore"
40
+ include : " scope"
41
+ open-pull-requests-limit : 10
42
+ reviewers :
43
+ - " hamidraza"
44
+ - " bharath-123"
45
+ - " batphonghan"
46
+
47
+ - package-ecosystem : " gomod" # See documentation for possible values
48
+ directory : " /demo" # Location of package manifests
49
+ schedule :
50
+ interval : " daily"
51
+ commit-message :
52
+ prefix : " chore"
53
+ include : " scope"
54
+ open-pull-requests-limit : 10
55
+ reviewers :
56
+ - " hamidraza"
57
+ - " bharath-123"
58
+ - " batphonghan"
You can’t perform that action at this time.
0 commit comments