File tree 1 file changed +25
-7
lines changed 1 file changed +25
-7
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
1
version : 2
7
2
updates :
8
- - package-ecosystem : " maven" # See documentation for possible values
9
- directory : " /" # Location of package manifests
3
+ # Updates for main branch
4
+ - package-ecosystem : " maven"
5
+ directory : " /"
6
+ schedule :
7
+ interval : " weekly"
8
+ assignees :
9
+ - ricardozanini
10
+ - fjtirado
11
+ target-branch : " main"
12
+
13
+ # Updates for 4.x branch
14
+ - package-ecosystem : " maven"
15
+ directory : " /"
16
+ schedule :
17
+ interval : " weekly"
18
+ assignees :
19
+ - ricardozanini
20
+ - fjtirado
21
+ target-branch : " 4.x"
22
+
23
+ # Updates for 5.x branch
24
+ - package-ecosystem : " maven"
25
+ directory : " /"
10
26
schedule :
11
27
interval : " weekly"
12
28
assignees :
13
29
- ricardozanini
30
+ - fjtirado
31
+ target-branch : " 5.x"
You can’t perform that action at this time.
0 commit comments